Home
last modified time | relevance | path

Searched refs:lpcStopBand (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
Daacenc_tns.h148 INT lpcStopBand; member
Daacenc_tns.cpp379 tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0); in FDKaacEnc_InitTnsConfiguration()
381 if (tC->lpcStopBand < 0) { in FDKaacEnc_InitTnsConfiguration()
385 tC->lpcStopBand = FDKmin(tC->lpcStopBand, pC->sfbActive); in FDKaacEnc_InitTnsConfiguration()
386 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand]; in FDKaacEnc_InitTnsConfiguration()
394 i = tC->lpcStopBand; in FDKaacEnc_InitTnsConfiguration()