Home
last modified time | relevance | path

Searched refs:idct32_transpose_pair (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c195 static INLINE void idct32_transpose_pair(const int16_t *input, int16_t *t_buf) { in idct32_transpose_pair() function
238 #define idct32_transpose_pair_tran_low idct32_transpose_pair
530 idct32_transpose_pair(input_pass2, trans_buf); in vpx_idct32_32_neon()
Dhighbd_idct32x32_1024_add_neon.c191 static INLINE void idct32_transpose_pair(const int32_t *input, int32_t *t_buf) { in idct32_transpose_pair() function
395 idct32_transpose_pair(input, trans_buf); in vpx_highbd_idct32_32_neon()