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

  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 197 static inline void convolve_avg_horiz(const uint8_t *src, ptrdiff_t src_stride, function
346 convolve_avg_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4,
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 44 static void convolve_avg_horiz(const uint8_t *src, ptrdiff_t src_stride, function
133 convolve_avg_horiz(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4,

Completed in 79 milliseconds