Home | History | Annotate | Download | only in src

Lines Matching refs:lpcStopBand

379   tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0);
381 if (tC->lpcStopBand < 0) {
385 tC->lpcStopBand = FDKmin(tC->lpcStopBand, pC->sfbActive);
386 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
394 i = tC->lpcStopBand;