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.c805 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()
Dvp9_resize.h73 void vp9_highbd_resize_plane(const uint8_t *const input,
Dvp9_encoder.c2559 vp9_highbd_resize_plane(srcs[i], src_heights[i], src_widths[i],