Home | History | Annotate | Download | only in encoder

Lines Matching refs:in_h

1882   const int in_h = src_fb->y_crop_height;
1904 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i],
1918 const int in_h = src_fb->y_crop_height;
1938 const int y_q4 = y * (16 / factor) * in_h / out_h;
1941 uint8_t *src = srcs[i] + y / factor * in_h / out_h * src_stride +
1947 vp9_sub_pel_filters_8[y_q4 & 0xf], 16 * in_h / out_h,