Home | History | Annotate | Download | only in src

Lines Matching refs:timeStep

160 static int checkFrameInfo (FRAME_INFO *pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep);
214 hHeaderData->timeStep = (flags & SBRDEC_ELD_GRID) ? 1 : 2;
226 /* One SBR timeslot corresponds to the amount of samples equal to the amount of analysis bands, divided by the timestep. */
227 hHeaderData->numberTimeSlots = (samplesPerFrame/numAnalysisBands) >> (hHeaderData->timeStep - 1);
510 if ( !checkFrameInfo (&hFrameData->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
591 if ( !checkFrameInfo (&hFrameDataLeft->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
602 if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
1316 int timeStep) /*!< QMF slots to SBR slots step factor */
1342 if (timeStep < 1 || timeStep > 2) {
1345 maxPos = numberOfTimeSlots + (overlap/timeStep);