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.c181 FLOAT32 *psynth_cos_tab = synth_cos_tab; in ixheaacd_real_synth_filt() local
186 accu_r += synth_buf_r[k] * psynth_cos_tab[k]; in ixheaacd_real_synth_filt()
190 psynth_cos_tab = psynth_cos_tab + synth_size; in ixheaacd_real_synth_filt()
195 accu_r += synth_buf_r[k] * psynth_cos_tab[k]; in ixheaacd_real_synth_filt()
199 psynth_cos_tab = psynth_cos_tab + synth_size; in ixheaacd_real_synth_filt()
203 accu_r += synth_buf_r[k] * psynth_cos_tab[k]; in ixheaacd_real_synth_filt()