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 138 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal);
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...]
psy_main.cpp 303 INT granuleLength,
333 hPsy->granuleLength = granuleLength;
335 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
344 hPsy->granuleLength,
354 if (granuleLength > 512) {
355 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
364 hPsy->granuleLength,
490 blockSwitchingOffset = psyConf->granuleLength + (9*psyConf->granuleLength/(2*TRANS_FAC))
    [all...]
grp_data.cpp 116 const INT granuleLength)
126 INT granuleLength_short = granuleLength/TRANS_FAC;
161 groupedSfbOffset[i++] = granuleLength;
269 FDKmemcpy(mdctSpectrum, tmpSpectrum, granuleLength*sizeof(FIXP_DBL));
qc_main.h 166 INT granuleLength);
aacenc_tns.cpp 274 const INT granuleLength,
283 switch (granuleLength) {
375 INT granuleLength,
396 tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength, (blockType == SHORT_WINDOW) ? 1 : 0);
405 switch (granuleLength) {
474 FDKaacEnc_CalcGaussWindow(tC->acfWindow[HIFILT], tC->maxOrder+1, sampleRate, granuleLength, pCfg->tnsTimeResolution[HIFILT], TNS_TIMERES_SCALE);
475 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,
492 INT granuleLength) /* frame length */
500 granuleLength,
505 granuleLength,
    [all...]
block_switch.cpp 208 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal)
257 FDKaacEnc_CalcWindowEnergy(blockSwitchingControl, granuleLength>>(nBlockSwitchWindows==4? 2:3 ), pTimeSignal);
metadata_compressor.cpp 672 const int granuleLength = fixMin(32, drcComp->blockLength);
679 const int granuleShift = getShiftFactor(granuleLength)-1;
701 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
729 const int granuleShift = getShiftFactor(granuleLength);
744 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);
649 pAacDecoderChannelInfo[channel]->granuleLength,
659 pAacDecoderChannelInfo[channel]->granuleLength
channelinfo.h 277 INT granuleLength; /* Size of smallest spectrum piece */
aacdecoder.cpp     [all...]
conceal.cpp 959 pAacDecoderChannelInfo->granuleLength,
    [all...]
aacdec_hcr.cpp 644 pOut = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
668 pBak = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
    [all...]

Completed in 123 milliseconds