Searched refs:vpx_convolve8_avg_horiz_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 1412 vpx_convolve8_avg_horiz_neon, vpx_convolve8_vert_neon,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon.c | 308 void vpx_convolve8_avg_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, in vpx_convolve8_avg_horiz_neon() function
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 45 void vpx_convolve8_avg_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t… 46 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 45 void vpx_convolve8_avg_horiz_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t… 46 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_neon
|