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 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/ |
D | resize.c | 845 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()
|