Searched refs:convolve_vert (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 259 static inline void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, in convolve_vert() function 328 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, in convolve() 373 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in vpx_convolve8_vert_vsx()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 67 static void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, in convolve_vert() function 144 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, in convolve() 189 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in vpx_convolve8_vert_c()
|