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.cc224 const int height_uv = (height + 1) >> 1; in I420Psnr() local
227 width_uv, height_uv); in I420Psnr()
230 width_uv, height_uv); in I420Psnr()
231 const uint64 samples = width * height + 2 * (width_uv * height_uv); in I420Psnr()
327 const int height_uv = (height + 1) >> 1; in I420Ssim() local
330 width_uv, height_uv); in I420Ssim()
333 width_uv, height_uv); in I420Ssim()
/external/libyuv/files/source/
Dcompare.cc234 const int height_uv = (height + 1) >> 1; in I420Psnr() local
236 src_u_a, stride_u_a, src_u_b, stride_u_b, width_uv, height_uv); in I420Psnr()
238 src_v_a, stride_v_a, src_v_b, stride_v_b, width_uv, height_uv); in I420Psnr()
239 const uint64 samples = width * height + 2 * (width_uv * height_uv); in I420Psnr()
347 const int height_uv = (height + 1) >> 1; in I420Ssim() local
349 width_uv, height_uv); in I420Ssim()
351 width_uv, height_uv); in I420Ssim()
/external/libvpx/libvpx/test/
Dencode_test_driver.cc141 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img() local
142 for (i = 0; i < height_uv; ++i) { in compare_img()
148 for (i = 0; i < height_uv; ++i) { in compare_img()