Searched refs:qmf_band_idx (Results 1 – 1 of 1) sorted by relevance
229 WORD32 i, qmf_band_idx; in ixheaacd_qmf_hbe_apply() local267 for (qmf_band_idx = ptr_hbe_txposer->start_band; in ixheaacd_qmf_hbe_apply()268 qmf_band_idx < ptr_hbe_txposer->end_band; qmf_band_idx++) { in ixheaacd_qmf_hbe_apply()269 pv_qmf_buf_real[i][qmf_band_idx] = in ixheaacd_qmf_hbe_apply()270 (FLOAT32)(ptr_hbe_txposer->qmf_out_buf[i][2 * qmf_band_idx] * in ixheaacd_qmf_hbe_apply()271 ixheaacd_phase_vocoder_cos_table[qmf_band_idx] - in ixheaacd_qmf_hbe_apply()272 ptr_hbe_txposer->qmf_out_buf[i][2 * qmf_band_idx + 1] * in ixheaacd_qmf_hbe_apply()273 ixheaacd_phase_vocoder_sin_table[qmf_band_idx]); in ixheaacd_qmf_hbe_apply()275 pv_qmf_buf_imag[i][qmf_band_idx] = in ixheaacd_qmf_hbe_apply()276 (FLOAT32)(ptr_hbe_txposer->qmf_out_buf[i][2 * qmf_band_idx] * in ixheaacd_qmf_hbe_apply()[all …]