Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_tns.h144 INT lpcStopBand; member
Daacenc_tns.cpp396 tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0); in FDKaacEnc_InitTnsConfiguration()
398 if (tC->lpcStopBand < 0) { in FDKaacEnc_InitTnsConfiguration()
402 tC->lpcStopBand = FDKmin(tC->lpcStopBand, pC->sfbActive); in FDKaacEnc_InitTnsConfiguration()
403 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand]; in FDKaacEnc_InitTnsConfiguration()
411 i = tC->lpcStopBand; in FDKaacEnc_InitTnsConfiguration()