Home
last modified time | relevance | path

Searched refs:width_uv (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/third_party/libyuv/source/
Dcompare.cc256 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/third_party/libyuv/source/
Dcompare.cc303 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/
Dcompare.cc314 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/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc223 const int width_uv = (width + 1) >> 1; in I420SSE() local
227 test_buffer.StrideU(), width_uv, height_uv); in I420SSE()
230 test_buffer.StrideV(), width_uv, height_uv); in I420SSE()
231 const double samples = width * height + 2 * (width_uv * height_uv); in I420SSE()
252 const int width_uv = (width + 1) >> 1; in I420APSNR() local
256 test_buffer.StrideU(), width_uv, height_uv); in I420APSNR()
259 test_buffer.StrideV(), width_uv, height_uv); in I420APSNR()
264 2 * ((uint64_t)width_uv * (uint64_t)height_uv); in I420APSNR()
/external/libvpx/libvpx/test/
Dencode_test_driver.cc143 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/libgav1/libgav1/src/
Dfilm_grain.cc717 const int width_uv = SubsampledValue(width_, subsampling_x_); in AddNoise() local
723 CopyImagePlane<Pixel>(source_plane_u, source_stride_uv, width_uv, in AddNoise()
729 CopyImagePlane<Pixel>(source_plane_v, source_stride_uv, width_uv, in AddNoise()
/external/libaom/libaom/av1/common/
Dav1_common_int.h1260 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context() local
1268 width_uv); in av1_zero_above_context()
1270 width_uv); in av1_zero_above_context()