Searched defs:height_uv (Results 1 – 7 of 7) sorted by relevance
172 const int height_uv = (height + 1) >> 1; in I420SSE() local201 const int height_uv = (height + 1) >> 1; in I420APSNR() local284 int height_uv = (height_y + 1) >> 1; in I420WeightedPSNR() local
304 const int height_uv = (height + 1) >> 1; in I420Psnr() local418 const int height_uv = (height + 1) >> 1; in I420Ssim() local
305 const int height_uv = (height + 1) >> 1; in I420Psnr() local419 const int height_uv = (height + 1) >> 1; in I420Ssim() local
315 const int height_uv = (height + 1) >> 1; in I420Psnr() local429 const int height_uv = (height + 1) >> 1; in I420Ssim() local
145 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img() local
181 const int height_uv = (height + src->subsampling_y) >> src->subsampling_y; in copy_img() local
727 const int height_uv = SubsampledValue(height_, subsampling_y_); in AddNoise() local