Searched refs:width_uv (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | compare.cc | 208 const int width_uv = (width + 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() 311 const int width_uv = (width + 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/ |
D | compare.cc | 208 const int width_uv = (width + 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() 311 const int width_uv = (width + 1) >> 1; in I420Ssim() local 315 width_uv, height_uv); in I420Ssim() 318 width_uv, height_uv); in I420Ssim()
|
/external/libyuv/files/source/ |
D | compare.cc | 458 const int width_uv = (width + 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() 557 const int width_uv = (width + 1) >> 1; in I420Ssim() local 561 width_uv, height_uv); in I420Ssim() 564 width_uv, height_uv); in I420Ssim()
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 120 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local 125 width_uv) == 0) && match; in compare_img() 129 width_uv) == 0) && match; in compare_img()
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | encode_test_driver.cc | 123 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local 128 width_uv) == 0) && match; in compare_img() 132 width_uv) == 0) && match; in compare_img()
|