Home
last modified time | relevance | path

Searched refs:time_slots (Results 1 – 11 of 11) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_parse.c374 if (self->time_slots == 32) in ixheaacd_mps_frame_parsing()
376 else if (self->time_slots == 64) in ixheaacd_mps_frame_parsing()
384 self->param_slots[0] = self->time_slots - 1; in ixheaacd_mps_frame_parsing()
479 self->time_slots); in ixheaacd_mps_frame_parsing()
480 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_frame_parsing()
512 if (self->time_slots == 32) { in ixheaacd_mps_frame_parsing()
515 } else if (self->time_slots == 64) { in ixheaacd_mps_frame_parsing()
565 for (i = 0; i < self->time_slots; i++) self->bs_tsd_sep_data[i] = 0; in ixheaacd_mps_frame_parsing()
567 for (k = self->time_slots - 1; k >= 0; k--) { in ixheaacd_mps_frame_parsing()
594 for (i = 0; i < self->time_slots; i++) { in ixheaacd_mps_frame_parsing()
[all …]
Dixheaacd_mps_temp_reshape.c69 for (ii = 0; ii < self->time_slots; ii++) { in ixheaacd_mps_est_normalized_envelope()
86 for (ii = 0; ii < self->time_slots; ii++) { in ixheaacd_mps_est_normalized_envelope()
106 for (ii = 0; ii < self->time_slots; ii++) { in ixheaacd_mps_est_normalized_envelope()
164 for (time_slot = 0; time_slot < self->time_slots; time_slot++) { in ixheaacd_mps_time_env_shaping()
Dixheaacd_mps_dec.c165 self->qmf_band_count, self->time_slots, in ixheaacd_mps_qmf_hyb_analysis()
171 self->time_slots, self->hyb_res); in ixheaacd_mps_qmf_hyb_analysis()
180 self->qmf_band_count, self->time_slots, in ixheaacd_mps_qmf_hyb_synthesis()
198 for (sb_sample = 0; sb_sample < self->time_slots; sb_sample++) { in ixheaacd_mps_decor()
211 self->time_slots); in ixheaacd_mps_decor()
214 for (sb_sample = 0; sb_sample < self->time_slots; sb_sample++) { in ixheaacd_mps_decor()
236 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_mix_res_decor()
280 WORD32 time_slots = self->time_slots; in ixheaacd_mps_apply() local
286 assert(self->present_time_slot + time_slots <= self->time_slots); in ixheaacd_mps_apply()
288 for (ts = 0; ts < time_slots; ts++) { in ixheaacd_mps_apply()
[all …]
Dixheaacd_mps_poly_filt.c146 state = &tmp_buf[self->time_slots * 2 * resolution]; in ixheaacd_mps_synt_calc()
150 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_synt_calc()
Dixheaacd_sbrdec_initfuncs.c778 ia_sbr_prev_frame_data_struct *ptr_prev_data, WORD16 time_slots) { in ixheaacd_init_sbr_prev_framedata() argument
788 ptr_prev_data->end_position = time_slots; in ixheaacd_init_sbr_prev_framedata()
1090 WORD16 time_slots; in ixheaacd_create_sbrdec() local
1096 time_slots = ptr_header_data->num_time_slots; in ixheaacd_create_sbrdec()
1098 no_bins = (WORD16)(time_slots * ptr_header_data->time_step); in ixheaacd_create_sbrdec()
1134 time_slots); in ixheaacd_create_sbrdec()
Dixheaacd_mps_decorr.c136 WORD32 time_slots) { in ixheaacd_mps_decor_energy_adjustment() argument
144 for (i = 0; i < time_slots; i++) { in ixheaacd_mps_decor_energy_adjustment()
Dixheaacd_mps_temp_process.c221 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_temp_process()
231 for (ts = 0; ts < self->time_slots; ts++) ixheaacd_mps_subbandtp(self, ts); in ixheaacd_mps_temp_process()
Dixheaacd_mps_pre_mix.c374 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_apply_pre_matrix()
477 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_apply_mix_matrix()
502 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_apply_mix_matrix()
530 for (ts = 0; ts < self->time_slots; ts++) { in ixheaacd_mps_apply_mix_matrix()
Dixheaacd_mps_dec.h190 WORD32 time_slots; member
/external/aac/libSBRenc/src/
Denv_est.h139 int time_slots; member
169 int time_slots, int time_step,
Denv_est.cpp1897 int time_slots, int time_step, in FDKsbrEnc_InitExtractSbrEnvelope() argument
1922 hSbrCut->time_slots = time_slots; in FDKsbrEnc_InitExtractSbrEnvelope()