Searched refs:no_bins (Results 1 – 5 of 5) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_sbr_dec.c | 133 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins, in ixheaacd_hbe_repl_spec() argument 165 for (col = 0; col < no_bins; col++) { in ixheaacd_hbe_repl_spec() 688 WORD no_bins; in ixheaacd_sbr_dec() local 723 no_bins = (ptr_header_data->num_time_slots * ptr_header_data->time_step); in ixheaacd_sbr_dec() 732 if ((no_bins < LPC_ORDER) || ((no_bins + op_delay) > MAX_ENV_COLS)) { in ixheaacd_sbr_dec() 734 no_bins = LPC_ORDER; in ixheaacd_sbr_dec() 739 if ((no_bins < LPC_ORDER) || ((no_bins + op_delay) > MAX_ENV_COLS_960)) { in ixheaacd_sbr_dec() 741 no_bins = LPC_ORDER; in ixheaacd_sbr_dec() 756 for (slot = 0; slot < op_delay + no_bins + add_slot; slot++) { in ixheaacd_sbr_dec() 1043 WORD t2 = no_bins + op_delay; in ixheaacd_sbr_dec() [all …]
|
D | ixheaacd_esbr_polyphase.c | 52 WORD32 no_bins = ptr_hbe_txposer->no_bins >> 1; in ixheaacd_complex_anal_filt() local 56 no_bins = ptr_hbe_txposer->no_bins; in ixheaacd_complex_anal_filt() 59 for (idx = 0; idx < no_bins; idx++) { in ixheaacd_complex_anal_filt() 285 for (idx = 0; idx < ptr_hbe_txposer->no_bins; idx++) { in ixheaacd_dft_hbe_cplx_anal_filt()
|
D | ixheaacd_sbrdec_initfuncs.c | 100 pstr_esbr_hbe_txposer->no_bins = num_out_samples / NO_QMF_SYNTH_CHANNELS; in ixheaacd_esbr_hbe_data_init() 102 pstr_esbr_hbe_txposer->no_bins; in ixheaacd_esbr_hbe_data_init() 939 ia_sbr_scale_fact_struct *sbr_scale_factor, WORD16 no_bins, WORD16 usb, in ixheaacd_create_cplx_anal_qmfbank() argument 960 ptr_sbr_qmf->num_time_slots = no_bins; in ixheaacd_create_cplx_anal_qmfbank() 1018 ia_sbr_qmf_filter_bank_struct *ptr_sbr_qmf, WORD16 no_bins, WORD16 lsb, in ixheaacd_create_cplx_synt_qmfbank() argument 1053 ptr_sbr_qmf->num_time_slots = no_bins; in ixheaacd_create_cplx_synt_qmfbank() 1089 WORD16 no_bins; in ixheaacd_create_sbrdec() local 1096 no_bins = (WORD16)(time_slots * ptr_header_data->time_step); in ixheaacd_create_sbrdec() 1115 &hs->str_codec_qmf_bank, &hs->str_sbr_scale_fact, no_bins, in ixheaacd_create_sbrdec() 1123 &hs->str_synthesis_qmf_bank, no_bins, in ixheaacd_create_sbrdec()
|
D | ixheaacd_sbr_dec.h | 36 WORD32 no_bins; member 316 FLOAT32 qmf_buf_imag[][64], WORD32 no_bins,
|
D | ixheaacd_hbe_trans.c | 232 WORD32 qmf_voc_columns = ptr_hbe_txposer->no_bins / 2; in ixheaacd_qmf_hbe_apply() 237 ptr_hbe_txposer->no_bins * ptr_hbe_txposer->synth_size, in ixheaacd_qmf_hbe_apply() 263 for (i = 0; i < (ptr_hbe_txposer->hbe_qmf_out_len - ptr_hbe_txposer->no_bins); in ixheaacd_qmf_hbe_apply() 266 ptr_hbe_txposer->qmf_out_buf[i + ptr_hbe_txposer->no_bins], in ixheaacd_qmf_hbe_apply() 279 for (i = 0; i < ptr_hbe_txposer->no_bins; i++) { in ixheaacd_qmf_hbe_apply() 1554 WORD32 qmf_voc_columns = ptr_hbe_txposer->no_bins / 2; in ixheaacd_hbe_post_anal_process()
|