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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 62 Word16 lpcStartBand;
  /external/aac/libAACenc/src/
aacenc_tns.h 146 INT lpcStartBand[MAX_NUM_OF_FILTERS];
aacenc_tns.cpp 391 tC->lpcStartBand[LOFILT] = (blockType == SHORT_WINDOW) ? 0 : ((sampleRate < 18783) ? 4 : 8);
392 tC->lpcStartLine[LOFILT] = pC->sfbOffset[tC->lpcStartBand[LOFILT]];
396 tC->lpcStartBand[HIFILT] = i;
439 tC->lpcStartBand[HIFILT] = FDKaacEnc_FreqToBandWithRounding(pCfg->filterStartFreq[HIFILT], sampleRate, pC->sfbCnt, pC->sfbOffset);
440 tC->lpcStartLine[HIFILT] = pC->sfbOffset[tC->lpcStartBand[HIFILT]];
441 tC->lpcStartBand[LOFILT] = FDKaacEnc_FreqToBandWithRounding(pCfg->filterStartFreq[LOFILT], sampleRate, pC->sfbCnt, pC->sfbOffset);
442 tC->lpcStartLine[LOFILT] = pC->sfbOffset[tC->lpcStartBand[LOFILT]];
803 tnsInfo->length[subBlockNumber][HIFILT] = sfbCnt - tC->lpcStartBand[HIFILT];
841 tnsInfo->length[subBlockNumber][LOFILT] = tC->lpcStartBand[HIFILT] - tC->lpcStartBand[LOFILT]
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c 61 Word16 lpcStopLine, Word16 lpcStartBand,Word16 lpcStopBand,
185 tC->lpcStartBand = tnsMinBandNumberLong[pC->sampRateIdx];
187 tC->lpcStartLine = pC->sfbOffset[tC->lpcStartBand];
252 tC->lpcStartBand = tnsMinBandNumberShort[pC->sampRateIdx];
254 tC->lpcStartLine = pC->sfbOffset[tC->lpcStartBand];
291 tC.lpcStartBand,
510 Word16 lpcStartBand,
521 Word32 tnsSfbMean[MAX_SFB]; /* length [lpcStopBand-lpcStartBand] should be sufficient here */
526 for( sfb = lpcStartBand; sfb < lpcStopBand; sfb++) {
548 sfb = lpcStartBand;
    [all...]

Completed in 45 milliseconds