Home | History | Annotate | Download | only in src

Lines Matching refs:timeStep

341   int noCols = hHeaderData->numberTimeSlots * hHeaderData->timeStep;
345 assignTimeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, flags & SBRDEC_LOW_POWER);
443 hHeaderData->timeStep,
736 int noCols = timeSlots * hHeaderData->timeStep; /* Number of QMF slots per frame */
836 assignTimeSlots( &hSbrChannel->SbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, qmfFlags & QMF_FLAG_LP);
892 assignTimeSlots( hSbrDec, hHeaderData->numberTimeSlots * hHeaderData->timeStep, useLP);
916 startSlot = hHeaderData->timeStep * (hPrevFrameData->stopPos - hHeaderData->numberTimeSlots);