Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c455 static void highbd_interpolate(const uint16_t *const input, int inlength, in highbd_interpolate() function
687 highbd_interpolate(out, filteredlength, output, olength, bd); in highbd_resize_multistep()
690 highbd_interpolate(input, length, output, olength, bd); in highbd_resize_multistep()
/external/libaom/libaom/av1/common/
Dresize.c845 static void highbd_interpolate(const uint16_t *const input, int in_length, in highbd_interpolate() function
991 highbd_interpolate(out, filteredlength, output, olength, bd); in highbd_resize_multistep()
994 highbd_interpolate(input, length, output, olength, bd); in highbd_resize_multistep()