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

  /external/aac/libAACenc/src/
grp_data.h 113 const INT granuleLength);
psy_configuration.h 136 INT granuleLength;
157 INT granuleLength,
psy_main.h 123 INT granuleLength;
152 INT granuleLength,
block_switch.h 139 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE);
tns_func.h 102 INT granuleLength,
psy_configuration.cpp 211 static AAC_ENCODER_ERROR FDKaacEnc_initSfbTable(LONG sampleRate, INT blockType, INT granuleLength, INT *sfbOffset, INT *sfbCnt)
221 switch(granuleLength) {
251 granuleLength /= TRANS_FAC;
267 if (specStartOffset >= granuleLength) {
273 sfbOffset[*sfbCnt] = fixMin(specStartOffset,granuleLength);
572 INT granuleLength,
580 const INT frameLengthLong = granuleLength;
581 const INT frameLengthShort = granuleLength/TRANS_FAC;
584 psyConf->granuleLength = granuleLength;
    [all...]
grp_data.cpp 112 const INT granuleLength)
122 INT granuleLength_short = granuleLength/TRANS_FAC;
157 groupedSfbOffset[i++] = granuleLength;
265 FDKmemcpy(mdctSpectrum, tmpSpectrum, granuleLength*sizeof(FIXP_DBL));
psy_main.cpp 308 INT granuleLength,
338 hPsy->granuleLength = granuleLength;
340 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
349 hPsy->granuleLength,
359 if (granuleLength > 512) {
360 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
369 hPsy->granuleLength,
495 blockSwitchingOffset = psyConf->granuleLength + (9*psyConf->granuleLength/(2*TRANS_FAC))
    [all...]
qc_main.h 166 INT granuleLength);
aacenc_tns.cpp 274 const INT granuleLength,
283 switch (granuleLength) {
376 INT granuleLength,
397 tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0);
406 switch (granuleLength) {
476 FDKaacEnc_CalcGaussWindow(tC->acfWindow[HIFILT], tC->maxOrder+1, sampleRate, granuleLength, pCfg->tnsTimeResolution[HIFILT], TNS_TIMERES_SCALE);
477 FDKaacEnc_CalcGaussWindow(tC->acfWindow[LOFILT], tC->maxOrder+1, sampleRate, granuleLength, pCfg->tnsTimeResolution[LOFILT], TNS_TIMERES_SCALE);
    [all...]
qc_main.cpp 181 INT granuleLength,
187 result = ((granuleLength)>>3)*(bitRate);
211 INT granuleLength,
221 granuleLength,
486 INT granuleLength) /* frame length */
494 granuleLength,
499 granuleLength,
    [all...]
block_switch.cpp 217 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE)
266 FDKaacEnc_CalcWindowEnergy(blockSwitchingControl, granuleLength>>(nBlockSwitchWindows==4? 2:3 ));
metadata_compressor.cpp 661 const int granuleLength = fixMin(32, drcComp->blockLength);
668 const int granuleShift = getShiftFactor(granuleLength)-1;
690 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
718 const int granuleShift = getShiftFactor(granuleLength);
733 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
    [all...]
  /external/aac/libAACdec/src/
stereo.cpp 173 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
174 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
248 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
249 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
block.h 115 const INT granuleLength,
150 const INT granuleLength);
aacdec_tns.cpp 338 const INT granuleLength
350 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength);
375 switch (granuleLength) {
aacdec_pns.cpp 338 const INT granuleLength,
348 FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength);
block.cpp 233 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
444 FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength) + BandOffsets[band];
552 FIXP_DBL *mdctSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
655 pAacDecoderChannelInfo[channel]->granuleLength,
665 pAacDecoderChannelInfo[channel]->granuleLength
channelinfo.h 277 INT granuleLength; /* Size of smallest spectrum piece */
aacdecoder.cpp 1006 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame;
1009 self->pAacDecoderChannelInfo[ch]->granuleLength = self->streamInfo.aacSamplesPerFrame / 8;
    [all...]
conceal.cpp 958 pAacDecoderChannelInfo->granuleLength,
    [all...]
aacdec_hcr.cpp 644 pOut = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
668 pBak = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
    [all...]

Completed in 584 milliseconds