Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dcompare.cc256 const int width_uv = (width + 1) >> 1; in I420Psnr() local
359 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/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/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/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/libgav1/libgav1/src/
Dfilm_grain.cc717 const int width_uv = SubsampledValue(width_, subsampling_x_); in AddNoise() local
/external/libaom/libaom/av1/common/
Dav1_common_int.h1260 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context() local