Searched refs:qmf_buf_imag (Results 1 – 7 of 7) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_sbr_dec.c | 89 (ptr_sbr_dec->qmf_buf_imag[2 + i][j] * in ixheaacd_qmf_enrg_calc() 90 ptr_sbr_dec->qmf_buf_imag[2 + i][j]); in ixheaacd_qmf_enrg_calc() 112 (ptr_sbr_dec->qmf_buf_imag[2 + i][j] * in ixheaacd_qmf_enrg_calc() 113 ptr_sbr_dec->qmf_buf_imag[2 + i][j]); in ixheaacd_qmf_enrg_calc() 130 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins, in ixheaacd_hbe_repl_spec() 173 qmf_buf_imag[col][band] = qmf_buf_imag[col][start_band - i]; in ixheaacd_hbe_repl_spec() 285 ptr_sbr_dec->qmf_buf_imag[op_delay + idx][z] = in ixheaacd_esbr_analysis_filt_block() 290 ptr_sbr_dec->qmf_buf_imag[op_delay + idx][z] = (FLOAT32)0.0f; in ixheaacd_esbr_analysis_filt_block() 299 FLOAT32 *qmf_buf_real, FLOAT32 *qmf_buf_imag, in ixheaacd_esbr_synthesis_regrp() argument 323 *qmf_buf_imag++ = in ixheaacd_esbr_synthesis_regrp() [all …]
|
D | ixheaacd_sbr_dec.h | 78 FLOAT32 qmf_buf_imag[TIMESLOT_BUFFER_SIZE + 2 * 32][NO_QMF_SYNTH_CHANNELS]; member 184 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns, 228 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns, 241 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins,
|
D | ixheaacd_sbrqmftrans.h | 25 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns,
|
D | ixheaacd_qmf_poly.h | 30 FLOAT32 qmf_buf_imag[][64]);
|
D | ixheaacd_esbr_polyphase.c | 147 FLOAT32 qmf_buf_imag[][64]) { in ixheaacd_real_synth_filt() 171 ptr_cos_tab_trans_qmf[(k << 1) + 1] * qmf_buf_imag[idx][ki]); in ixheaacd_real_synth_filt()
|
D | ixheaacd_sbrdecoder.c | 147 ptr_sbr_dec->qmf_buf_imag[l][k] = 0.0; in ixheaacd_sbr_dec_reset() 153 ptr_sbr_dec->qmf_buf_imag[l][k] = 0.0; in ixheaacd_sbr_dec_reset() 185 ptr_sbr_dec->qmf_buf_imag + op_delay + xpos_delay, num_time_slots, in ixheaacd_sbr_dec_reset()
|
D | ixheaacd_hbe_trans.c | 225 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns, in ixheaacd_qmf_hbe_apply() 239 qmf_buf_imag); in ixheaacd_qmf_hbe_apply()
|