HomeSort by relevance Sort by last modified time
    Searched full:qmf_buf_imag (Results 1 - 7 of 7) sorted by null

  /external/libxaac/decoder/
ixheaacd_sbr_dec.c 89 (ptr_sbr_dec->qmf_buf_imag[2 + i][j] *
90 ptr_sbr_dec->qmf_buf_imag[2 + i][j]);
112 (ptr_sbr_dec->qmf_buf_imag[2 + i][j] *
113 ptr_sbr_dec->qmf_buf_imag[2 + i][j]);
130 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins,
172 qmf_buf_imag[col][band] = qmf_buf_imag[col][start_band - i];
284 ptr_sbr_dec->qmf_buf_imag[op_delay + idx][z] =
289 ptr_sbr_dec->qmf_buf_imag[op_delay + idx][z] = (FLOAT32)0.0f;
298 FLOAT32 *qmf_buf_real, FLOAT32 *qmf_buf_imag,
    [all...]
ixheaacd_sbr_dec.h 73 FLOAT32 qmf_buf_imag[TIMESLOT_BUFFER_SIZE + 2 * 32][NO_QMF_SYNTH_CHANNELS]; member in struct:__anon26600
178 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns,
220 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns,
233 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins,
ixheaacd_sbrqmftrans.h 25 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns,
ixheaacd_qmf_poly.h 30 FLOAT32 qmf_buf_imag[][64]);
ixheaacd_esbr_polyphase.c 146 FLOAT32 qmf_buf_imag[][64]) {
170 ptr_cos_tab_trans_qmf[(k << 1) + 1] * qmf_buf_imag[idx][ki]);
ixheaacd_sbrdecoder.c 147 ptr_sbr_dec->qmf_buf_imag[l][k] = 0.0;
153 ptr_sbr_dec->qmf_buf_imag[l][k] = 0.0;
185 ptr_sbr_dec->qmf_buf_imag + op_delay + xpos_delay, num_time_slots,
ixheaacd_hbe_trans.c 225 FLOAT32 qmf_buf_imag[][64], WORD32 num_columns,
239 qmf_buf_imag);
    [all...]

Completed in 259 milliseconds