Lines Matching refs:x_chroma_shift
206 if (plane > 0 && img->x_chroma_shift > 0) in vpx_img_plane_width()
207 return (img->d_w + 1) >> img->x_chroma_shift; in vpx_img_plane_width()
277 dst->x_chroma_shift != src->x_chroma_shift || in highbd_img_upshift()
294 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in highbd_img_upshift()
313 dst->x_chroma_shift != src->x_chroma_shift || in lowbd_img_upshift()
330 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in lowbd_img_upshift()
355 dst->d_h != src->d_h || dst->x_chroma_shift != src->x_chroma_shift || in vpx_img_truncate_16_to_8()
371 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in vpx_img_truncate_16_to_8()
389 dst->x_chroma_shift != src->x_chroma_shift || in highbd_img_downshift()
406 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in highbd_img_downshift()
423 dst->x_chroma_shift != src->x_chroma_shift || in lowbd_img_downshift()
440 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in lowbd_img_downshift()