Home
last modified time | relevance | path

Searched defs:width_uv (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/common_video/libyuv/
H A Dwebrtc_libyuv.cc171 const int width_uv = (width + 1) >> 1; in I420SSE() local
200 const int width_uv = (width + 1) >> 1; in I420APSNR() local
283 int width_uv = (width_y + 1) >> 1; in I420WeightedPSNR() local
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Dcompare.cc303 const int width_uv = (width + 1) >> 1; in I420Psnr() local
417 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/aosp_15_r20/external/libaom/third_party/libyuv/source/
H A Dcompare.cc314 const int width_uv = (width + 1) >> 1; in I420Psnr() local
428 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/aosp_15_r20/external/libyuv/source/
H A Dcompare.cc304 const int width_uv = (width + 1) >> 1; in I420Psnr() local
418 const int width_uv = (width + 1) >> 1; in I420Ssim() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Dmb_motion_comp.cpp522 int width, width_uv; in SkippedMBMotionComp() local
H A Dblock_idct.cpp231 int width, width_uv; in MBlockIDCT() local
/aosp_15_r20/external/libvpx/test/
H A Dencode_test_driver.cc144 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtune_butteraugli.c180 const int width_uv = (width + src->subsampling_x) >> src->subsampling_x; in copy_img() local
/aosp_15_r20/external/libgav1/src/
H A Dfilm_grain.cc728 const int width_uv = SubsampledValue(width_, subsampling_x_); in AddNoise() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp300 Int width_uv, /* i */ in EncPrediction_Chrom()
/aosp_15_r20/external/libaom/av1/common/
H A Dav1_common_int.h1597 const int width_uv = width_y >> seq_params->subsampling_x; in av1_zero_above_context() local