Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_polyphase.c180 FLOAT32 *psynth_cos_tab = synth_cos_tab; in ixheaacd_real_synth_filt() local
185 accu_r += synth_buf_r[k] * psynth_cos_tab[k]; in ixheaacd_real_synth_filt()
189 psynth_cos_tab = psynth_cos_tab + synth_size; in ixheaacd_real_synth_filt()
194 accu_r += synth_buf_r[k] * psynth_cos_tab[k]; in ixheaacd_real_synth_filt()
198 psynth_cos_tab = psynth_cos_tab + synth_size; in ixheaacd_real_synth_filt()
202 accu_r += synth_buf_r[k] * psynth_cos_tab[k]; in ixheaacd_real_synth_filt()