Searched refs:highbd_interpolate (Results 1 – 1 of 1) 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()
|