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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c423 void vp9_resize_plane(const uint8_t *const input, int height, int width, function
747 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride);
748 vp9_resize_plane(u, height / 2, width / 2, uv_stride, ou, oheight / 2,
750 vp9_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2,
759 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride);
760 vp9_resize_plane(u, height, width / 2, uv_stride, ou, oheight, owidth / 2,
762 vp9_resize_plane(v, height, width / 2, uv_stride, ov, oheight, owidth / 2,
771 vp9_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride);
772 vp9_resize_plane(u, height, width, uv_stride, ou, oheight, owidth,
774 vp9_resize_plane(
[all...]

Completed in 222 milliseconds