Searched refs:highbd_interpolate (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 455 static void highbd_interpolate(const uint16_t *const input, int inlength, in highbd_interpolate() function 685 highbd_interpolate(out, filteredlength, output, olength, bd); in highbd_resize_multistep() 688 highbd_interpolate(input, length, output, olength, bd); in highbd_resize_multistep()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 844 static void highbd_interpolate(const uint16_t *const input, int in_length, in highbd_interpolate() function 990 highbd_interpolate(out, filteredlength, output, olength, bd); in highbd_resize_multistep() 993 highbd_interpolate(input, length, output, olength, bd); in highbd_resize_multistep()
|