Searched refs:vpx_convolve8_vert_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve_neon.c | 42 vpx_convolve8_vert_neon(temp + w * 3, w, dst, dst_stride, filter, x0_q4, in vpx_convolve8_neon()
|
D | vpx_convolve8_neon.c | 598 void vpx_convolve8_vert_neon(const uint8_t *src, ptrdiff_t src_stride, in vpx_convolve8_vert_neon() function
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 1412 vpx_convolve8_avg_horiz_neon, vpx_convolve8_vert_neon,
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 57 void vpx_convolve8_vert_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_… 58 #define vpx_convolve8_vert vpx_convolve8_vert_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 57 void vpx_convolve8_vert_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_… 58 #define vpx_convolve8_vert vpx_convolve8_vert_neon
|