Searched refs:highbd_convolve_vert (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 368 static void highbd_convolve_vert(const uint16_t *src, ptrdiff_t src_stride, in highbd_convolve_vert() function 447 highbd_convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, in highbd_convolve() 492 highbd_convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, in vpx_highbd_convolve8_vert_c()
|