Searched refs:numberOfTimeSlots (Results 1 – 1 of 1) sorted by relevance
160 static int checkFrameInfo (FRAME_INFO *pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep…1314 int numberOfTimeSlots, /*!< QMF time slots per frame */ in checkFrameInfo() argument1345 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()