Lines Matching refs:d_h
214 return (img->d_h + 1) >> img->y_chroma_shift; in vpx_img_plane_height()
216 return img->d_h; in vpx_img_plane_height()
276 if (dst->d_w != src->d_w || dst->d_h != src->d_h || in highbd_img_upshift()
291 int h = src->d_h; in highbd_img_upshift()
312 if (dst->d_w != src->d_w || dst->d_h != src->d_h || in lowbd_img_upshift()
327 int h = src->d_h; 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()
368 int h = src->d_h; in vpx_img_truncate_16_to_8()
388 if (dst->d_w != src->d_w || dst->d_h != src->d_h || in highbd_img_downshift()
403 int h = src->d_h; in highbd_img_downshift()
422 if (dst->d_w != src->d_w || dst->d_h != src->d_h || in lowbd_img_downshift()
437 int h = src->d_h; in lowbd_img_downshift()