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

  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve_avg_neon_asm.asm 11 EXPORT |vpx_convolve_avg_neon|
18 |vpx_convolve_avg_neon| PROC
vpx_convolve_avg_neon.c 16 void vpx_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, function
  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk 122 DSP_SRCS-yes += arm/vpx_convolve_avg_neon.c
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 61 void vpx_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
62 #define vpx_convolve_avg vpx_convolve_avg_neon
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 61 void vpx_convolve_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
62 #define vpx_convolve_avg vpx_convolve_avg_neon
    [all...]

Completed in 216 milliseconds