Home
last modified time | relevance | path

Searched refs:highbd_resize_multistep (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_resize.c661 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/
Dresize.c879 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()