Searched refs:convolve_vert (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 253 static inline void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, in convolve_vert() function 322 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, filter, in convolve() 358 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w, 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 143 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w, in vpx_convolve8_vert_c() 188 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, filter, in vpx_convolve8_c()
|