Searched refs:width_uv (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/source/ |
D | compare.cc | 233 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/third_party/libyuv/source/ |
D | compare.cc | 303 const int width_uv = (width + 1) >> 1; in I420Psnr() local 306 src_u_a, stride_u_a, src_u_b, stride_u_b, width_uv, height_uv); in I420Psnr() 308 src_v_a, stride_v_a, src_v_b, stride_v_b, width_uv, height_uv); in I420Psnr() 310 2 * ((uint64_t)width_uv * (uint64_t)height_uv); in I420Psnr() 417 const int width_uv = (width + 1) >> 1; in I420Ssim() local 420 width_uv, height_uv); in I420Ssim() 422 width_uv, height_uv); in I420Ssim()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | compare.cc | 256 const int width_uv = (width + 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() 359 const int width_uv = (width + 1) >> 1; in I420Ssim() local 363 width_uv, height_uv); in I420Ssim() 366 width_uv, height_uv); in I420Ssim()
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 143 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local 148 width_uv) == 0) && in compare_img() 154 width_uv) == 0) && in compare_img()
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 1128 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context() local 1133 av1_zero_array(cm->above_context[1][tile_row] + offset_uv, width_uv); in av1_zero_above_context() 1134 av1_zero_array(cm->above_context[2][tile_row] + offset_uv, width_uv); in av1_zero_above_context()
|