Searched defs:in_h (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1806 const int in_h = src_fb->y_crop_height; local
1828 vp9_resize_plane(srcs[i], in_h, in_w, src_strides[i],
1842 const int in_h = src_fb->y_crop_height; local
1862 const int y_q4 = y * (16 / factor) * in_h / out_h;
1865 uint8_t *src = srcs[i] + y / factor * in_h / out_h * src_stride +
1871 vp9_sub_pel_filters_8[y_q4 & 0xf], 16 * in_h / out_h,

Completed in 702 milliseconds