Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp862 self->curTimeSlot = in FDK_SpatialDecInit()
1160 for (ts = self->curTimeSlot; in SpatialDecApplyParameterSets()
1161 ts <= fixMin(self->curTimeSlot + (int)nSamples / self->qmfBands - 1, in SpatialDecApplyParameterSets()
1429 self->curTimeSlot = ts; in SpatialDecApplyParameterSets()
1482 && (self->curTimeSlot + (int)nSamples / self->qmfBands > in SpatialDecApplyFrame()
1493 self->curTimeSlot > in SpatialDecApplyFrame()
1511 self->curTimeSlot = 0; in SpatialDecApplyFrame()
Dsac_dec.h358 int curTimeSlot; /* pointer to the current time slot used for hyperframing */ member