Searched refs:vpx_idct16x16_1_add_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_1_add_neon.c | 33 void vpx_idct16x16_1_add_neon(const tran_low_t *input, uint8_t *dest, in vpx_idct16x16_1_add_neon() function
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 615 &wrapper<vpx_idct16x16_1_add_neon>, TX_16X16, 1, 8, 1),
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1214 void vpx_idct16x16_1_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1215 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1214 void vpx_idct16x16_1_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1215 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_neon
|