Searched refs:vpx_convolve8_neon (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_neon.c | 17 void vpx_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, in vpx_convolve8_neon() function
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 132 DSP_SRCS-yes += arm/vpx_convolve8_neon.c 404 DSP_SRCS-$(HAVE_NEON) += arm/vpx_convolve8_neon.h
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 1413 vpx_convolve8_avg_vert_neon, vpx_convolve8_neon, vpx_convolve8_avg_neon,
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 37 void vpx_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_strid… 38 #define vpx_convolve8 vpx_convolve8_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 37 void vpx_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_strid… 38 #define vpx_convolve8 vpx_convolve8_neon
|
/external/libvpx/ |
D | Android.bp | 459 "libvpx/vpx_dsp/arm/vpx_convolve8_neon.c",
|