Home
last modified time | relevance | path

Searched defs:width_uv (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc303 const int width_uv = (width + 1) >> 1; in I420Psnr() local
417 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/external/libaom/libaom/third_party/libyuv/source/
Dcompare.cc314 const int width_uv = (width + 1) >> 1; in I420Psnr() local
428 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/external/libyuv/files/source/
Dcompare.cc314 const int width_uv = (width + 1) >> 1; in I420Psnr() local
428 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/external/libvpx/libvpx/test/
Dencode_test_driver.cc143 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc223 const int width_uv = (width + 1) >> 1; in I420SSE() local
252 const int width_uv = (width + 1) >> 1; in I420APSNR() local
/external/libaom/libaom/av1/encoder/
Dtune_butteraugli.c180 const int width_uv = (width + src->subsampling_x) >> src->subsampling_x; in copy_img() local
/external/libgav1/libgav1/src/
Dfilm_grain.cc728 const int width_uv = SubsampledValue(width_, subsampling_x_); in AddNoise() local
/external/libaom/libaom/av1/common/
Dav1_common_int.h1585 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context() local