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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c805 void vp9_highbd_resize_plane(const uint8_t *const input, function
891 vp9_highbd_resize_plane(y, height, width, y_stride,
893 vp9_highbd_resize_plane(u, height / 2, width / 2, uv_stride,
895 vp9_highbd_resize_plane(v, height / 2, width / 2, uv_stride,
906 vp9_highbd_resize_plane(y, height, width, y_stride,
908 vp9_highbd_resize_plane(u, height, width / 2, uv_stride,
910 vp9_highbd_resize_plane(v, height, width / 2, uv_stride,
921 vp9_highbd_resize_plane(y, height, width, y_stride,
923 vp9_highbd_resize_plane(u, height, width, uv_stride,
925 vp9_highbd_resize_plane(
[all...]

Completed in 397 milliseconds