Searched refs:vpx_idct32x32_1024_add_neon (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 343 &vpx_idct32x32_1024_add_neon, 0, VPX_BITS_8), 345 &vpx_idct32x32_1024_add_neon, 1, VPX_BITS_8)));
|
D | dct_test.cc | 550 &idct_wrapper<vpx_idct32x32_1024_add_neon>, 32, 1 }
|
D | partial_idct_test.cc | 601 &wrapper<vpx_idct32x32_1024_add_neon>, TX_32X32, 1024, 8, 1),
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 773 void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, in vpx_idct32x32_1024_add_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1226 void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1227 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1226 void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1227 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_neon
|