Home
last modified time | relevance | path

Searched refs:convolve_avg_horiz (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c208 static VPX_FORCE_INLINE void convolve_avg_horiz( in convolve_avg_horiz() function
360 convolve_avg_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, in vpx_convolve8_avg_horiz_vsx()
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_mmi.c578 static void convolve_avg_horiz(const uint8_t *src, ptrdiff_t src_stride, in convolve_avg_horiz() function
681 convolve_avg_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, in vpx_convolve8_avg_horiz_mmi()
/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c44 static void convolve_avg_horiz(const uint8_t *src, ptrdiff_t src_stride, in convolve_avg_horiz() function
133 convolve_avg_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, in vpx_convolve8_avg_horiz_c()