Lines Matching refs:uv_crop_height
228 assert(a->uv_crop_height == b->uv_crop_height); in aom_get_u_sse()
231 a->uv_crop_width, a->uv_crop_height); in aom_get_u_sse()
245 assert(a->uv_crop_height == b->uv_crop_height); in aom_get_v_sse()
248 a->uv_crop_width, a->uv_crop_height); in aom_get_v_sse()
304 assert(a->uv_crop_height == b->uv_crop_height); in aom_highbd_get_u_sse()
309 a->uv_crop_width, a->uv_crop_height); in aom_highbd_get_u_sse()
324 assert(a->uv_crop_height == b->uv_crop_height); in aom_highbd_get_v_sse()
329 a->uv_crop_width, a->uv_crop_height); in aom_highbd_get_v_sse()
367 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in aom_calc_highbd_psnr()
368 a->uv_crop_height }; in aom_calc_highbd_psnr()
413 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in aom_calc_psnr()
414 a->uv_crop_height }; in aom_calc_psnr()