Home | History | Annotate | Download | only in src

Lines Matching refs:lpcStopBand

396   tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0);
398 if (tC->lpcStopBand < 0) {
402 tC->lpcStopBand = FDKmin(tC->lpcStopBand, pC->sfbActive);
403 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
411 i = tC->lpcStopBand;