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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns.h65 Word16 lpcStopBand; member in struct:__anon351
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c61 Word16 lpcStopLine, Word16 lpcStartBand,Word16 lpcStopBand,
180 tC->lpcStopBand = tnsMaxBandsLongMainLow[pC->sampRateIdx];
181 tC->lpcStopBand = min(tC->lpcStopBand, pC->sfbActive);
183 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
246 tC->lpcStopBand = tnsMaxBandsShortMainLow[pC->sampRateIdx];
248 tC->lpcStopBand = min(tC->lpcStopBand, pC->sfbActive);
250 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
292 tC.lpcStopBand,
504 CalcWeightedSpectrum(const Word32 spectrum[], Word16 weightedSpectrum[], Word32 *sfbEnergy, const Word16 *sfbOffset, Word16 lpcStartLine, Word16 lpcStopLine, Word16 lpcStartBand, Word16 lpcStopBand, Word32 *pWork32) argument
[all...]

Completed in 30 milliseconds