Searched refs:synth_cos_tab (Results 1 – 3 of 3) sorted by relevance
164 FLOAT32 *synth_cos_tab = ptr_hbe_txposer->synth_cos_tab; in ixheaacd_real_synth_filt() local181 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()
131 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()
49 FLOAT32 *synth_cos_tab; member