Home
last modified time | relevance | path

Searched refs:height_uv (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare.cc257 const int height_uv = (height + 1) >> 1; in I420Psnr() local
260 width_uv, height_uv); in I420Psnr()
263 width_uv, height_uv); in I420Psnr()
264 const uint64 samples = width * height + 2 * (width_uv * height_uv); in I420Psnr()
360 const int height_uv = (height + 1) >> 1; in I420Ssim() local
363 width_uv, height_uv); in I420Ssim()
366 width_uv, height_uv); in I420Ssim()
/external/libyuv/files/source/
Dcompare.cc459 const int height_uv = (height + 1) >> 1; in I420Psnr() local
462 width_uv, height_uv); in I420Psnr()
465 width_uv, height_uv); in I420Psnr()
466 const uint64 samples = width * height + 2 * (width_uv * height_uv); in I420Psnr()
558 const int height_uv = (height + 1) >> 1; in I420Ssim() local
561 width_uv, height_uv); in I420Ssim()
564 width_uv, height_uv); in I420Ssim()
/external/libvpx/libvpx/test/
Dencode_test_driver.cc158 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img() local
159 for (i = 0; i < height_uv; ++i) in compare_img()
163 for (i = 0; i < height_uv; ++i) in compare_img()