Searched refs:vpx_idct32_12_neon (Results 1 – 3 of 3) sorted by relevance
91 void vpx_idct32_12_neon(const tran_low_t *const input, int16_t *output) { in vpx_idct32_12_neon() function666 vpx_idct32_12_neon(input, temp); in vpx_idct32x32_135_add_neon()667 vpx_idct32_12_neon(input + 32 * 8, temp + 8); in vpx_idct32x32_135_add_neon()
737 vpx_idct32_12_neon(input, temp); in vpx_highbd_idct32x32_135_add_neon()738 vpx_idct32_12_neon(input + 32 * 8, temp + 8); in vpx_highbd_idct32x32_135_add_neon()
911 void vpx_idct32_12_neon(const tran_low_t *const input, int16_t *output);