Searched refs:vp9_highbd_resize_plane (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 805 void vp9_highbd_resize_plane(const uint8_t *const input, in vp9_highbd_resize_plane() function 891 vp9_highbd_resize_plane(y, height, width, y_stride, in vp9_highbd_resize_frame420() 893 vp9_highbd_resize_plane(u, height / 2, width / 2, uv_stride, in vp9_highbd_resize_frame420() 895 vp9_highbd_resize_plane(v, height / 2, width / 2, uv_stride, in vp9_highbd_resize_frame420() 906 vp9_highbd_resize_plane(y, height, width, y_stride, in vp9_highbd_resize_frame422() 908 vp9_highbd_resize_plane(u, height, width / 2, uv_stride, in vp9_highbd_resize_frame422() 910 vp9_highbd_resize_plane(v, height, width / 2, uv_stride, in vp9_highbd_resize_frame422() 921 vp9_highbd_resize_plane(y, height, width, y_stride, in vp9_highbd_resize_frame444() 923 vp9_highbd_resize_plane(u, height, width, uv_stride, in vp9_highbd_resize_frame444() 925 vp9_highbd_resize_plane(v, height, width, uv_stride, in vp9_highbd_resize_frame444()
|
D | vp9_resize.h | 73 void vp9_highbd_resize_plane(const uint8_t *const input,
|
D | vp9_encoder.c | 2559 vp9_highbd_resize_plane(srcs[i], src_heights[i], src_widths[i],
|