Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc223 const int width_uv = (width + 1) >> 1; in I420Psnr() local
326 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/external/libyuv/files/source/
Dcompare.cc233 const int width_uv = (width + 1) >> 1; in I420Psnr() local
346 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/external/libvpx/libvpx/test/
Dencode_test_driver.cc140 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local