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

/external/aac/libAACenc/src/
H A Daacenc_tns.cpp403 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
412 while (pC->sfbOffset[i] > (tC->lpcStartLine[LOFILT] + (tC->lpcStopLine - tC->lpcStartLine[LOFILT]) / 4)) i--;
619 const INT lpcStopLine,
640 i = lpcStopLine - lpcStartLine[LOFILT];
644 idx4 = lpcStopLine;
649 i = (lpcStopLine - lpcStartLine[HIFILT]) / 3;
654 idx4 = lpcStopLine;
784 tC->lpcStopLine,
1022 stopLine = tC->lpcStopLine;
615 FDKaacEnc_MergedAutoCorrelation( const FIXP_DBL *spectrum, const FIXP_DBL acfWindow[MAX_NUM_OF_FILTERS][TNS_MAX_ORDER+3+1], const INT lpcStartLine[MAX_NUM_OF_FILTERS], const INT lpcStopLine, const INT maxOrder, const INT acfSplit[MAX_NUM_OF_FILTERS], FIXP_DBL *_rxx1, FIXP_DBL *_rxx2 ) argument
H A Daacenc_tns.h145 INT lpcStopLine; member in struct:__anon80

Completed in 234 milliseconds