Home
last modified time | relevance | path

Searched refs:present_time_slot (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_dec.c286 assert(self->present_time_slot + time_slots <= self->time_slots); in ixheaacd_mps_apply()
291 self->qmf_in[ch][self->present_time_slot + ts][qs].re = in ixheaacd_mps_apply()
293 self->qmf_in[ch][self->present_time_slot + ts][qs].im = 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()
303 self->present_time_slot = 0; in ixheaacd_mps_apply()
Dixheaacd_mps_dec.h191 WORD32 present_time_slot; member