/external/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 171 const int width_uv = (width + 1) >> 1; in I420SSE() local 175 test_buffer.StrideU(), width_uv, height_uv); in I420SSE() 178 test_buffer.StrideV(), width_uv, height_uv); in I420SSE() 179 const double samples = width * height + 2 * (width_uv * height_uv); in I420SSE() 200 const int width_uv = (width + 1) >> 1; in I420APSNR() local 204 test_buffer.StrideU(), width_uv, height_uv); in I420APSNR() 207 test_buffer.StrideV(), width_uv, height_uv); in I420APSNR() 212 2 * ((uint64_t)width_uv * (uint64_t)height_uv); in I420APSNR() 283 int width_uv = (width_y + 1) >> 1; in I420WeightedPSNR() local 287 test_buffer.StrideU(), width_uv, height_uv); in I420WeightedPSNR() [all …]
|
/external/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/libyuv/files/source/ |
D | compare.cc | 304 const int width_uv = (width + 1) >> 1; in I420Psnr() local 307 src_u_a, stride_u_a, src_u_b, stride_u_b, width_uv, height_uv); in I420Psnr() 309 src_v_a, stride_v_a, src_v_b, stride_v_b, width_uv, height_uv); in I420Psnr() 311 2 * ((uint64_t)width_uv * (uint64_t)height_uv); in I420Psnr() 418 const int width_uv = (width + 1) >> 1; in I420Ssim() local 421 width_uv, height_uv); in I420Ssim() 423 width_uv, height_uv); in I420Ssim()
|
/external/libaom/third_party/libyuv/source/ |
D | compare.cc | 314 const int width_uv = (width + 1) >> 1; in I420Psnr() local 317 src_u_a, stride_u_a, src_u_b, stride_u_b, width_uv, height_uv); in I420Psnr() 319 src_v_a, stride_v_a, src_v_b, stride_v_b, width_uv, height_uv); in I420Psnr() 321 2 * ((uint64_t)width_uv * (uint64_t)height_uv); in I420Psnr() 428 const int width_uv = (width + 1) >> 1; in I420Ssim() local 431 width_uv, height_uv); in I420Ssim() 433 width_uv, height_uv); in I420Ssim()
|
/external/libvpx/test/ |
D | encode_test_driver.cc | 144 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local 149 width_uv) == 0) && in compare_img() 155 width_uv) == 0) && in compare_img()
|
/external/libaom/av1/encoder/ |
D | tune_butteraugli.c | 180 const int width_uv = (width + src->subsampling_x) >> src->subsampling_x; in copy_img() local 183 width_uv, height_uv); in copy_img() 185 width_uv, height_uv); in copy_img()
|
/external/libgav1/src/ |
D | film_grain.cc | 728 const int width_uv = SubsampledValue(width_, subsampling_x_); in AddNoise() local 734 CopyImagePlane<Pixel>(source_plane_u, source_stride_uv, width_uv, in AddNoise() 740 CopyImagePlane<Pixel>(source_plane_v, source_stride_uv, width_uv, in AddNoise()
|
/external/libaom/av1/common/ |
D | av1_common_int.h | 1584 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context() local 1592 width_uv); in av1_zero_above_context() 1594 width_uv); in av1_zero_above_context()
|