Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_tns.cpp397 tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, in FDKaacEnc_InitTnsConfiguration()
400 if (tC->lpcStopBand < 0) { in FDKaacEnc_InitTnsConfiguration()
404 tC->lpcStopBand = fMin(tC->lpcStopBand, pC->sfbActive); in FDKaacEnc_InitTnsConfiguration()
405 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand]; in FDKaacEnc_InitTnsConfiguration()
420 i = tC->lpcStopBand; in FDKaacEnc_InitTnsConfiguration()
Daacenc_tns.h160 INT lpcStopBand; member