Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_mdct_2_qmf.c1499 WORD32 *p_qmf_real_post = qmf_real_post; in ixheaacd_mdct2qmf_process() local
1606 p_qmf_real_post[temp_2 - time_slots] += cos_twi * temp3; in ixheaacd_mdct2qmf_process()
1607 p_qmf_real_post[temp_2 - time_slots] -= sin_twi * temp4; in ixheaacd_mdct2qmf_process()
1613 p_qmf_real_post += MAX_TIME_SLOTS; in ixheaacd_mdct2qmf_process()
1629 p_qmf_real_post[temp_2 - time_slots] += cos_twi * temp3; in ixheaacd_mdct2qmf_process()
1630 p_qmf_real_post[temp_2 - time_slots] -= sin_twi * temp4; in ixheaacd_mdct2qmf_process()
1634 p_qmf_real_post += MAX_TIME_SLOTS; in ixheaacd_mdct2qmf_process()
1786 p_qmf_real_post = qmf_real_post; in ixheaacd_mdct2qmf_process()
1804 p_qmf_real_post[temp_2 + j - time_slots] += cos_twi * temp3; in ixheaacd_mdct2qmf_process()
1805 p_qmf_real_post[temp_2 + j - time_slots] -= sin_twi * temp4; in ixheaacd_mdct2qmf_process()
[all …]