Searched refs:present_time_slot (Results 1 – 2 of 2) sorted by relevance
287 assert(self->present_time_slot + time_slots <= self->time_slots); in ixheaacd_mps_apply()292 self->qmf_in[ch][self->present_time_slot + ts][qs].re = in ixheaacd_mps_apply()294 self->qmf_in[ch][self->present_time_slot + ts][qs].im = in ixheaacd_mps_apply()300 self->present_time_slot += time_slots; in ixheaacd_mps_apply()302 if (self->present_time_slot < self->time_slots) return 0; in ixheaacd_mps_apply()304 self->present_time_slot = 0; in ixheaacd_mps_apply()
191 WORD32 present_time_slot; member