/external/libvpx/libvpx/vpx_dsp/arm/ |
vpx_convolve_neon.c | 44 vpx_convolve8_vert_neon(temp + 64 * 3, 64,
|
vpx_convolve8_neon_asm.asm | 21 EXPORT |vpx_convolve8_vert_neon| 169 |vpx_convolve8_vert_neon| PROC
|
vpx_convolve8_neon.c | 220 void vpx_convolve8_vert_neon( function
|
/external/libvpx/config/arm64/ |
vpx_dsp_rtcd.h | 46 void vpx_convolve8_vert_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 47 #define vpx_convolve8_vert vpx_convolve8_vert_neon [all...] |
/external/libvpx/libvpx/test/ |
convolve_test.cc | [all...] |
/external/libvpx/config/arm-neon/ |
vpx_dsp_rtcd.h | 46 void vpx_convolve8_vert_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h); 47 #define vpx_convolve8_vert vpx_convolve8_vert_neon [all...] |