Home
last modified time | relevance | path

Searched defs:height_uv (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc172 const int height_uv = (height + 1) >> 1; in I420SSE() local
201 const int height_uv = (height + 1) >> 1; in I420APSNR() local
284 int height_uv = (height_y + 1) >> 1; in I420WeightedPSNR() local
/external/libvpx/third_party/libyuv/source/
Dcompare.cc304 const int height_uv = (height + 1) >> 1; in I420Psnr() local
418 const int height_uv = (height + 1) >> 1; in I420Ssim() local
/external/libyuv/files/source/
Dcompare.cc305 const int height_uv = (height + 1) >> 1; in I420Psnr() local
419 const int height_uv = (height + 1) >> 1; in I420Ssim() local
/external/libaom/third_party/libyuv/source/
Dcompare.cc315 const int height_uv = (height + 1) >> 1; in I420Psnr() local
429 const int height_uv = (height + 1) >> 1; in I420Ssim() local
/external/libvpx/test/
Dencode_test_driver.cc145 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img() local
/external/libaom/av1/encoder/
Dtune_butteraugli.c181 const int height_uv = (height + src->subsampling_y) >> src->subsampling_y; in copy_img() local
/external/libgav1/src/
Dfilm_grain.cc727 const int height_uv = SubsampledValue(height_, subsampling_y_); in AddNoise() local