HomeSort by relevance Sort by last modified time
    Searched refs:lpcStopBand (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACenc/src/
aacenc_tns.h 144 INT lpcStopBand;
aacenc_tns.cpp 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;
    [all...]

Completed in 214 milliseconds