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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtns.h66 Word16 lpcStopLine; member in struct:__anon351
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c61 Word16 lpcStopLine, Word16 lpcStartBand,Word16 lpcStopBand,
183 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
250 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
290 tC.lpcStopLine,
299 tC.lpcStopLine - tC.lpcStartLine,
318 tC.lpcStopLine - tC.lpcStartLine,
509 Word16 lpcStopLine,
550 for ( i=lpcStartLine; i<lpcStopLine; i++){
562 for (i=(lpcStopLine - 2); i>=lpcStartLine; i--){
566 for (i=(lpcStartLine + 1); i<lpcStopLine;
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 38 milliseconds