HomeSort by relevance Sort by last modified time
    Searched refs:convolve_vert (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 253 static inline void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, function
322 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, filter,
358 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w,
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 67 static void convolve_vert(const uint8_t *src, ptrdiff_t src_stride, function
143 convolve_vert(src, src_stride, dst, dst_stride, filter, y0_q4, y_step_q4, w,
188 convolve_vert(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, dst_stride, filter,

Completed in 202 milliseconds