Home
last modified time | relevance | path

Searched refs: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
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()
326 const int width_uv = (width + 1) >> 1; in I420Ssim() local
330 width_uv, height_uv); in I420Ssim()
333 width_uv, height_uv); in I420Ssim()
/external/libyuv/files/source/
Dcompare.cc233 const int width_uv = (width + 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()
346 const int width_uv = (width + 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.cc140 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local
145 width_uv) == 0) && in compare_img()
151 width_uv) == 0) && in compare_img()