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()
1138 for (ts = self->curTimeSlot; in SpatialDecApplyParameterSets()
1139 ts <= fixMin(self->curTimeSlot + (int)nSamples / self->qmfBands - 1, in SpatialDecApplyParameterSets()
1392 self->curTimeSlot = ts; in SpatialDecApplyParameterSets()
1444 && (self->curTimeSlot + (int)nSamples / self->qmfBands > in SpatialDecApplyFrame()
1455 self->curTimeSlot > in SpatialDecApplyFrame()
1473 self->curTimeSlot = 0; in SpatialDecApplyFrame()
Dsac_dec.h358 int curTimeSlot; /* pointer to the current time slot used for hyperframing */ member