Searched refs:highbd_convolve_vert (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 169 static void highbd_convolve_vert(const uint8_t *src8, ptrdiff_t src_stride, in highbd_convolve_vert() function 215 highbd_convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, in aom_highbd_convolve8_vert_c()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 340 static void highbd_convolve_vert(const uint16_t *src, ptrdiff_t src_stride, in highbd_convolve_vert() function 419 highbd_convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, in highbd_convolve() 455 highbd_convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, in vpx_highbd_convolve8_vert_c()
|