Home
last modified time | relevance | path

Searched defs:height_uv (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Dcompare.cc257 const int height_uv = (height + 1) >> 1; in I420Psnr() local
360 const int height_uv = (height + 1) >> 1; in I420Ssim() local
/external/libyuv/files/source/
Dcompare.cc315 const int height_uv = (height + 1) >> 1; in I420Psnr() local
429 const int height_uv = (height + 1) >> 1; in I420Ssim() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc304 const int height_uv = (height + 1) >> 1; in I420Psnr() local
418 const int height_uv = (height + 1) >> 1; in I420Ssim() local
/external/libvpx/libvpx/test/
Dencode_test_driver.cc144 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img() local
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc224 const int height_uv = (height + 1) >> 1; in I420SSE() local
253 const int height_uv = (height + 1) >> 1; in I420APSNR() local
/external/libgav1/libgav1/src/
Dfilm_grain.cc716 const int height_uv = SubsampledValue(height_, subsampling_y_); in AddNoise() local