Searched refs:y_pixel (Results 1 – 2 of 2) sorted by relevance
1494 y_pixel; in GetStructuralSimilarityDistortion() local1507 y_pixel=QuantumScale* in GetStructuralSimilarityDistortion()1509 y_pixel_mu[i]+=(*k)*y_pixel; in GetStructuralSimilarityDistortion()1510 y_pixel_sigma_squared[i]+=(*k)*y_pixel*y_pixel; in GetStructuralSimilarityDistortion()1511 xy_sigma[i]+=(*k)*x_pixel*y_pixel; in GetStructuralSimilarityDistortion()
265 const int y_pixel = y_pre[row * y_pre_stride + col]; in ApplyReferenceFilter() local296 y_accum[row * y_accum_stride + col] += y_mod * y_pixel; in ApplyReferenceFilter()