Lines Matching refs:d_h
140 src->d_w, src->d_h, (uint16_t *)dst->planes[VPX_PLANE_Y], in libyuv_scale()
143 dst->stride[VPX_PLANE_V] / 2, dst->d_w, dst->d_h, mode); in libyuv_scale()
151 src->d_h, dst->planes[VPX_PLANE_Y], dst->stride[VPX_PLANE_Y], in libyuv_scale()
154 dst->d_h, mode); in libyuv_scale()
402 unsigned int d_w, unsigned int d_h, in generate_filename() argument
417 case 'h': snprintf(q, q_len - 1, "%d", d_h); break; in generate_filename()
490 return img->d_w != shifted->d_w || img->d_h != shifted->d_h || in img_shifted_realloc_required()
884 render_height = img->d_h; in main_loop()
895 if (img->d_w != scaled_img->d_w || img->d_h != scaled_img->d_h) { in main_loop()
927 vpx_img_alloc(NULL, shifted_fmt, img->d_w, img->d_h, 16); in main_loop()
996 img->d_h, frame_in); in main_loop()