Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dcompare.c1503 y_pixel; in GetStructuralSimilarityDistortion() local
1516 y_pixel=QuantumScale* in GetStructuralSimilarityDistortion()
1518 y_pixel_mu[i]+=(*k)*y_pixel; in GetStructuralSimilarityDistortion()
1519 y_pixel_sigma_squared[i]+=(*k)*y_pixel*y_pixel; in GetStructuralSimilarityDistortion()
1520 xy_sigma[i]+=(*k)*x_pixel*y_pixel; in GetStructuralSimilarityDistortion()
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc198 const int y_pixel = y_pre_ptr[row * y_pre_stride + col]; in ApplyReferenceFilter() local
229 y_accum[row * y_accum_stride + col] += y_mod * y_pixel; in ApplyReferenceFilter()
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc264 const int y_pixel = y_pre[row * y_pre_stride + col]; in ApplyReferenceFilter() local
295 y_accum[row * y_accum_stride + col] += y_mod * y_pixel; in ApplyReferenceFilter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c459 const int y_pixel = y_pre[row * y_pre_stride + col]; in vp9_highbd_apply_temporal_filter_c() local
490 y_accum[row * block_width + col] += y_mod * y_pixel; in vp9_highbd_apply_temporal_filter_c()