Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_extr.cpp160 static int checkFrameInfo (FRAME_INFO *pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep…
1314 int numberOfTimeSlots, /*!< QMF time slots per frame */ in checkFrameInfo() argument
1345 maxPos = numberOfTimeSlots + (overlap/timeStep); in checkFrameInfo()
1350 …if( startPos > maxPos-numberOfTimeSlots ) /* First env. must start in or directly after the overla… in checkFrameInfo()
1352 …if( stopPos < numberOfTimeSlots ) /* One complete frame must be ready for output after processing … in checkFrameInfo()