Searched refs:vpx_idct16x16_256_add_neon (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 548 &idct_wrapper<vpx_idct16x16_256_add_neon>, 16, 1 },
|
D | dct16x16_test.cc | 793 &vpx_idct16x16_256_add_neon, 0, VPX_BITS_8)));
|
D | partial_idct_test.cc | 609 &wrapper<vpx_idct16x16_256_add_neon>, TX_16X16, 256, 8, 1),
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 711 void vpx_idct16x16_256_add_neon(const tran_low_t *input, uint8_t *dest, in vpx_idct16x16_256_add_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1218 void vpx_idct16x16_256_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1219 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1218 void vpx_idct16x16_256_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1219 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_neon
|