Home
last modified time | relevance | path

Searched refs:twidle_rev (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_qmf_dec.c112 const WORD16 *twidle_fwd, *twidle_rev; in ixheaacd_fftposttw() local
116 twidle_rev = qmf_dec_tables_ptr->post_fft_tbl + 15; in ixheaacd_fftposttw()
143 twid_im = *twidle_rev--; in ixheaacd_fftposttw()
218 const WORD16 *twidle_fwd, *twidle_rev; in ixheaacd_fftposttw_32() local
222 twidle_rev = qmf_dec_tables_ptr->post_fft_tbl + 14; in ixheaacd_fftposttw_32()
251 twid_im = *twidle_rev; in ixheaacd_fftposttw_32()
252 twidle_rev -= 2; in ixheaacd_fftposttw_32()
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c76 const WORD16 *twidle_fwd, *twidle_rev; in ixheaacd_dct3_32() local
146 twidle_rev = post_tbl + 14; in ixheaacd_dct3_32()
154 twid_re = *twidle_rev; in ixheaacd_dct3_32()
155 twidle_rev -= 2; in ixheaacd_dct3_32()
184 twid_re = -*twidle_rev; in ixheaacd_dct3_32()
185 twidle_rev -= 2; in ixheaacd_dct3_32()
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c70 const WORD16 *twidle_fwd, *twidle_rev; in ixheaacd_dct3_32() local
138 twidle_rev = post_tbl + 14; in ixheaacd_dct3_32()
146 twid_re = *twidle_rev; in ixheaacd_dct3_32()
147 twidle_rev -= 2; in ixheaacd_dct3_32()
176 twid_re = -*twidle_rev; in ixheaacd_dct3_32()
177 twidle_rev -= 2; in ixheaacd_dct3_32()