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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c 21 static void convolve_horiz(const uint8_t *src, ptrdiff_t src_stride, function
135 convolve_horiz(src - src_stride * (SUBPEL_TAPS / 2 - 1), src_stride, temp, 64,
160 convolve_horiz(src, src_stride, dst, dst_stride, filters_x,
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 22 static void convolve_horiz(const uint8_t *src, ptrdiff_t src_stride, function
142 convolve_horiz(src - src_stride * (SUBPEL_TAPS / 2 - 1), src_stride, temp, 64,
169 convolve_horiz(src, src_stride, dst, dst_stride, filters_x,

Completed in 578 milliseconds