Home | History | Annotate | Download | only in encoder

Lines Matching refs:out_h

1884   const int out_h = dst_fb->y_crop_height;
1905 dsts[i], out_h, out_w, dst_strides[i]);
1920 const int out_h = dst_fb->y_crop_height;
1933 for (y = 0; y < out_h; y += 16) {
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,