Home
last modified time | relevance | path

Searched refs:highbd_convolve_horiz (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/
Daom_convolve.c148 static void highbd_convolve_horiz(const uint8_t *src8, ptrdiff_t src_stride, in highbd_convolve_horiz() function
201 highbd_convolve_horiz(src, src_stride, dst, dst_stride, filters_x, x0_q4, in aom_highbd_convolve8_horiz_c()
/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c294 static void highbd_convolve_horiz(const uint16_t *src, ptrdiff_t src_stride, in highbd_convolve_horiz() function
416 highbd_convolve_horiz(src - src_stride * (SUBPEL_TAPS / 2 - 1), src_stride, in highbd_convolve()
431 highbd_convolve_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_highbd_convolve8_horiz_c()