Searched refs:highbd_resize_multistep (Results 1 – 2 of 2) sorted by relevance
| /external/libvpx/vp9/encoder/ |
| D | vp9_resize.c | 661 static void highbd_resize_multistep(const uint16_t *const input, int length, in highbd_resize_multistep() function 736 highbd_resize_multistep(CONVERT_TO_SHORTPTR(input + in_stride * i), width, in vp9_highbd_resize_plane() 741 highbd_resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf, bd); in vp9_highbd_resize_plane()
|
| /external/libaom/av1/common/ |
| D | resize.c | 879 static void highbd_resize_multistep(const uint16_t *const input, int length, in highbd_resize_multistep() function 947 highbd_resize_multistep(CONVERT_TO_SHORTPTR(input + in_stride * i), width, in highbd_resize_plane() 952 highbd_resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf, bd); in highbd_resize_plane()
|