Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_polyphase.c164 FLOAT32 *synth_cos_tab = ptr_hbe_txposer->synth_cos_tab; in ixheaacd_real_synth_filt() local
181 FLOAT32 *psynth_cos_tab = synth_cos_tab; in ixheaacd_real_synth_filt()
220 tmp = ((*ptr_u++) * (*synth_cos_tab++)); in ixheaacd_real_synth_filt()
221 tmp -= ((*ptr_u++) * (*synth_cos_tab++)); in ixheaacd_real_synth_filt()
229 tmp = ((*ptr_u++) * (*synth_cos_tab++)); in ixheaacd_real_synth_filt()
230 tmp -= ((*ptr_u++) * (*synth_cos_tab++)); in ixheaacd_real_synth_filt()
Dixheaacd_hbe_trans.c131 ptr_hbe_txposer->synth_cos_tab = in ixheaacd_qmf_hbe_data_reinit()
139 ptr_hbe_txposer->synth_cos_tab = in ixheaacd_qmf_hbe_data_reinit()
147 ptr_hbe_txposer->synth_cos_tab = in ixheaacd_qmf_hbe_data_reinit()
155 ptr_hbe_txposer->synth_cos_tab = in ixheaacd_qmf_hbe_data_reinit()
163 ptr_hbe_txposer->synth_cos_tab = in ixheaacd_qmf_hbe_data_reinit()
169 ptr_hbe_txposer->synth_cos_tab = in ixheaacd_qmf_hbe_data_reinit()
Dixheaacd_sbr_dec.h49 FLOAT32 *synth_cos_tab; member