Searched refs:highbd_resize_multistep (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 653 static void highbd_resize_multistep(const uint16_t *const input, int length, in highbd_resize_multistep() function 728 highbd_resize_multistep(CONVERT_TO_SHORTPTR(input + in_stride * i), width, in vp9_highbd_resize_plane() 733 highbd_resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf, bd); in vp9_highbd_resize_plane()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 961 static void highbd_resize_multistep(const uint16_t *const input, int length, in highbd_resize_multistep() function 1029 highbd_resize_multistep(CONVERT_TO_SHORTPTR(input + in_stride * i), width, in av1_highbd_resize_plane() 1034 highbd_resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf, bd); in av1_highbd_resize_plane()
|