Home
last modified time | relevance | path

Searched refs:y_pixel (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dcompare.c1494 y_pixel; in GetStructuralSimilarityDistortion() local
1507 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()
/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc265 const int y_pixel = y_pre[row * y_pre_stride + col]; in ApplyReferenceFilter() local
296 y_accum[row * y_accum_stride + col] += y_mod * y_pixel; in ApplyReferenceFilter()