Searched refs:vpx_convolve8_avg_neon (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_neon.c | 50 void vpx_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, in vpx_convolve8_avg_neon() function
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 1291 vpx_convolve8_neon, vpx_convolve8_avg_neon, 1300 vpx_convolve8_neon, vpx_convolve8_avg_neon,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 95 DSP_SRCS-yes += arm/vpx_convolve8_avg_neon.c
|
/external/libvpx/config/arm64/ |
D | libvpx_srcs.txt | 324 vpx_dsp/arm/vpx_convolve8_avg_neon.c
|
D | vpx_dsp_rtcd.h | 30 void vpx_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_s… 31 #define vpx_convolve8_avg vpx_convolve8_avg_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 30 void vpx_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_s… 31 #define vpx_convolve8_avg vpx_convolve8_avg_neon
|