Lines Matching refs:time_slots
165 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()
299 self->present_time_slot += time_slots; in ixheaacd_mps_apply()
301 if (self->present_time_slot < self->time_slots) return 0; in ixheaacd_mps_apply()