Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dcompare.cc209 const int height_uv = (height + 1) >> 1; in I420Psnr() local
212 width_uv, height_uv); in I420Psnr()
215 width_uv, height_uv); in I420Psnr()
216 const uint64 samples = width * height + 2 * (width_uv * height_uv); in I420Psnr()
312 const int height_uv = (height + 1) >> 1; in I420Ssim() local
315 width_uv, height_uv); in I420Ssim()
318 width_uv, height_uv); in I420Ssim()
/external/chromium_org/third_party/libyuv/source/
Dcompare.cc209 const int height_uv = (height + 1) >> 1; in I420Psnr() local
212 width_uv, height_uv); in I420Psnr()
215 width_uv, height_uv); in I420Psnr()
216 const uint64 samples = width * height + 2 * (width_uv * height_uv); in I420Psnr()
312 const int height_uv = (height + 1) >> 1; in I420Ssim() local
315 width_uv, height_uv); in I420Ssim()
318 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.cc121 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img() local
122 for (i = 0; i < height_uv; ++i) in compare_img()
126 for (i = 0; i < height_uv; ++i) in compare_img()
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dencode_test_driver.cc124 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img() local
125 for (i = 0; i < height_uv; ++i) in compare_img()
129 for (i = 0; i < height_uv; ++i) in compare_img()