Home
last modified time | relevance | path

Searched refs:vp9_highbd_resize_plane (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c712 void vp9_highbd_resize_plane(const uint8_t *const input, int height, int width, in vp9_highbd_resize_plane() function
789 vp9_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in vp9_highbd_resize_frame420()
791 vp9_highbd_resize_plane(u, height / 2, width / 2, uv_stride, ou, oheight / 2, in vp9_highbd_resize_frame420()
793 vp9_highbd_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in vp9_highbd_resize_frame420()
803 vp9_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in vp9_highbd_resize_frame422()
805 vp9_highbd_resize_plane(u, height, width / 2, uv_stride, ou, oheight, in vp9_highbd_resize_frame422()
807 vp9_highbd_resize_plane(v, height, width / 2, uv_stride, ov, oheight, in vp9_highbd_resize_frame422()
817 vp9_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in vp9_highbd_resize_frame444()
819 vp9_highbd_resize_plane(u, height, width, uv_stride, ou, oheight, owidth, in vp9_highbd_resize_frame444()
821 vp9_highbd_resize_plane(v, height, width, uv_stride, ov, oheight, owidth, in vp9_highbd_resize_frame444()
Dvp9_resize.h41 void vp9_highbd_resize_plane(const uint8_t *const input, int height, int width,
Dvp9_encoder.c2825 vp9_highbd_resize_plane(srcs[i], src_heights[i], src_widths[i],