Searched defs: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:__anon576
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c59 Word16 lpcStopLine, Word16 lpcStartBand,Word16 lpcStopBand,
178 tC->lpcStopBand = tnsMaxBandsLongMainLow[pC->sampRateIdx];
179 tC->lpcStopBand = min(tC->lpcStopBand, pC->sfbActive);
181 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
244 tC->lpcStopBand = tnsMaxBandsShortMainLow[pC->sampRateIdx];
246 tC->lpcStopBand = min(tC->lpcStopBand, pC->sfbActive);
248 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
290 tC.lpcStopBand,
532 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 193 milliseconds