Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp1164 int currSlot = frame->paramSlot[ps]; in SpatialDecApplyParameterSets() local
1166 err = (currSlot < ts) ? MPS_WRONG_PARAMETERSETS : MPS_OK; in SpatialDecApplyParameterSets()
1203 alpha = FX_DBL2FX_SGL(fDivNorm(ts - prevSlot, currSlot - prevSlot)); in SpatialDecApplyParameterSets()
1396 self, alpha, (ts == currSlot) /* signal the last slot of the set */ in SpatialDecApplyParameterSets()
1415 if (ts == currSlot) { in SpatialDecApplyParameterSets()
1419 prevSlot = currSlot; in SpatialDecApplyParameterSets()