Searched refs:vpx_idct32_8_neon (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | idct32x32_34_add_neon.c | 269 void vpx_idct32_8_neon(const int16_t *input, void *const output, int stride, in vpx_idct32_8_neon() function 509 vpx_idct32_8_neon(t, dest, stride, 0); in vpx_idct32x32_34_add_neon()
|
D | highbd_idct32x32_34_add_neon.c | 609 vpx_idct32_8_neon(t, dest, stride, 1); in vpx_highbd_idct32x32_34_add_neon()
|
D | idct_neon.h | 916 void vpx_idct32_8_neon(const int16_t *input, void *const output, int stride,
|