Searched refs:no_bins (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_sbr_dec.c | 130 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins, in ixheaacd_hbe_repl_spec() argument 162 for (col = 0; col < no_bins; col++) { in ixheaacd_hbe_repl_spec() 587 WORD no_bins; in ixheaacd_sbr_dec() local 610 no_bins = (ptr_header_data->num_time_slots * ptr_header_data->time_step); in ixheaacd_sbr_dec() 617 if ((no_bins < LPC_ORDER) || ((no_bins + op_delay) > MAX_ENV_COLS)) in ixheaacd_sbr_dec() 629 for (slot = 0; slot < op_delay + no_bins; slot++) { in ixheaacd_sbr_dec() 816 WORD t2 = no_bins + op_delay; in ixheaacd_sbr_dec() 855 op_delay, (no_bins + op_delay), reserve, in ixheaacd_sbr_dec() 869 WORD32 num = no_bins; in ixheaacd_sbr_dec() 945 WORD32 *p_loc_qmf_real = &p_arr_qmf_buf_real[no_bins - LPC_ORDER + i][0]; in ixheaacd_sbr_dec() [all …]
|
D | ixheaacd_sbrdec_initfuncs.c | 92 pstr_esbr_hbe_txposer->no_bins = num_out_samples / NO_QMF_SYNTH_CHANNELS; in ixheaacd_esbr_hbe_data_init() 95 pstr_esbr_hbe_txposer->no_bins / 2 + HBE_OPER_WIN_LEN - 1; in ixheaacd_esbr_hbe_data_init() 960 ia_sbr_scale_fact_struct *sbr_scale_factor, WORD16 no_bins, WORD16 usb, in ixheaacd_create_cplx_anal_qmfbank() argument 975 ptr_sbr_qmf->num_time_slots = no_bins; in ixheaacd_create_cplx_anal_qmfbank() 1021 ia_sbr_qmf_filter_bank_struct *ptr_sbr_qmf, WORD16 no_bins, WORD16 lsb, in ixheaacd_create_cplx_synt_qmfbank() argument 1056 ptr_sbr_qmf->num_time_slots = no_bins; in ixheaacd_create_cplx_synt_qmfbank() 1091 WORD16 no_bins; in ixheaacd_create_sbrdec() local 1098 no_bins = (WORD16)(time_slots * ptr_header_data->time_step); in ixheaacd_create_sbrdec() 1117 &hs->str_codec_qmf_bank, &hs->str_sbr_scale_fact, no_bins, in ixheaacd_create_sbrdec() 1125 &hs->str_synthesis_qmf_bank, no_bins, in ixheaacd_create_sbrdec()
|
D | ixheaacd_sbr_dec.h | 31 WORD32 no_bins; member 241 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins,
|
D | ixheaacd_hbe_trans.c | 230 WORD32 qmf_voc_columns = ptr_hbe_txposer->no_bins / 2; in ixheaacd_qmf_hbe_apply() 235 ptr_hbe_txposer->no_bins * ptr_hbe_txposer->synth_size, in ixheaacd_qmf_hbe_apply() 250 for (i = 0; i < (ptr_hbe_txposer->hbe_qmf_out_len - ptr_hbe_txposer->no_bins); in ixheaacd_qmf_hbe_apply() 253 ptr_hbe_txposer->qmf_out_buf[i + ptr_hbe_txposer->no_bins], in ixheaacd_qmf_hbe_apply() 266 for (i = 0; i < ptr_hbe_txposer->no_bins; i++) { in ixheaacd_qmf_hbe_apply() 1541 WORD32 qmf_voc_columns = ptr_hbe_txposer->no_bins / 2; in ixheaacd_hbe_post_anal_process()
|
D | ixheaacd_esbr_polyphase.c | 54 for (idx = 0; idx < (ptr_hbe_txposer->no_bins >> 1); idx++) { in ixheaacd_complex_anal_filt()
|