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

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

Completed in 175 milliseconds