Searched refs:lpcStopBand (Results 1 - 2 of 2) sorted by path

/external/aac/libAACenc/src/
H A Daacenc_tns.cpp396 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;
H A Daacenc_tns.h144 INT lpcStopBand; member in struct:__anon80

Completed in 169 milliseconds