HomeSort by relevance Sort by last modified time
    Searched refs:lpcStopBand (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 65 Word16 lpcStopBand;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 61 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,
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.h 148 INT lpcStopBand;
aacenc_tns.cpp 379 tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0);
381 if (tC->lpcStopBand < 0) {
385 tC->lpcStopBand = FDKmin(tC->lpcStopBand, pC->sfbActive);
386 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand];
394 i = tC->lpcStopBand;
    [all...]

Completed in 161 milliseconds