Searched refs:vp9_highbd_resize_plane (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 712 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()
|
D | vp9_resize.h | 41 void vp9_highbd_resize_plane(const uint8_t *const input, int height, int width,
|
D | vp9_encoder.c | 2825 vp9_highbd_resize_plane(srcs[i], src_heights[i], src_widths[i],
|