Searched refs:vpx_idct8x8_64_add_neon (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct8x8_add_neon.c | 20 void vpx_idct8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, in vpx_idct8x8_64_add_neon() function
|
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 677 &vpx_idct8x8_64_add_neon,
|
D | dct_test.cc | 545 { &fdct_wrapper<vpx_fdct8x8_neon>, &idct_wrapper<vpx_idct8x8_64_add_neon>, 8,
|
D | partial_idct_test.cc | 617 &wrapper<vpx_idct8x8_64_add_neon>, TX_8X8, 64, 8, 1),
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1258 void vpx_idct8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1259 #define vpx_idct8x8_64_add vpx_idct8x8_64_add_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1258 void vpx_idct8x8_64_add_neon(const tran_low_t *input, uint8_t *dest, int stride); 1259 #define vpx_idct8x8_64_add vpx_idct8x8_64_add_neon
|