Searched refs:vpx_subtract_block_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | subtract_neon.c | 19 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff, in vpx_subtract_block_neon() function
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 138 ::testing::Values(vpx_subtract_block_neon));
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1665 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui… 1666 #define vpx_subtract_block vpx_subtract_block_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1665 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff_ptr, ptrdiff_t diff_stride, const ui… 1666 #define vpx_subtract_block vpx_subtract_block_neon
|