Searched refs:convolve_vert (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | vpx_convolve_vsx.c | 265 static VPX_FORCE_INLINE void convolve_vert(const uint8_t *src, in convolve_vert() function 336 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, filter, in convolve() 372 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w, in vpx_convolve8_vert_vsx()
|
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 55 static void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, in convolve_vert() function 111 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in aom_convolve8_vert_c()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_mmi.c | 529 static void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, in convolve_vert() function 632 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, in vpx_convolve8_mmi() 666 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w, in vpx_convolve8_vert_mmi()
|
/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()
|