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

  /external/aac/libAACenc/src/
grp_data.h 121 const INT granuleLength);
psy_configuration.h 148 INT granuleLength;
166 INT granuleLength, INT useIS,
psy_main.h 130 INT granuleLength;
149 INT sampleRate, INT granuleLength, INT bitRate, INT tnsMask, INT bandwidth,
block_switch.h 154 const INT granuleLength, const int isLFE,
tns_func.h 111 INT bitrate, INT samplerate, INT channels, INT blocktype, INT granuleLength,
grp_data.cpp 129 const INT granuleLength) {
137 INT granuleLength_short = granuleLength / TRANS_FAC;
170 groupedSfbOffset[i++] = granuleLength;
261 FDKmemcpy(mdctSpectrum, tmpSpectrum, granuleLength * sizeof(FIXP_DBL));
psy_configuration.cpp 193 const INT granuleLength,
197 INT granuleLengthWindow = granuleLength;
205 switch (granuleLength) {
536 INT granuleLength, INT useIS,
543 const INT frameLengthLong = granuleLength;
544 const INT frameLengthShort = granuleLength / TRANS_FAC;
547 switch (granuleLength) {
562 psyConf->granuleLength = granuleLength;
570 granuleLength * downscaleFactor
    [all...]
qc_main.h 154 INT sampleRate, INT granuleLength);
psy_main.cpp 302 INT sampleRate, INT granuleLength, INT bitRate, INT tnsMask, INT bandwidth,
334 hPsy->granuleLength = granuleLength;
338 hPsy->granuleLength, useIS, useMS, &(hPsy->psyConf[0]), filterBank);
343 LONG_WINDOW, hPsy->granuleLength, isLowDelay(audioObjectType),
349 if (granuleLength > 512) {
352 hPsy->granuleLength, useIS, useMS, &hPsy->psyConf[1], filterBank);
358 SHORT_WINDOW, hPsy->granuleLength, isLowDelay(audioObjectType),
387 if (granuleLength > 512) {
452 const INT nTimeSamples = psyConf->granuleLength;
    [all...]
aacenc_tns.cpp 272 static INT getTnsMaxBands(const INT sampleRate, const INT granuleLength,
279 switch (granuleLength) {
378 INT bitRate, INT sampleRate, INT channels, INT blockType, INT granuleLength,
397 tC->lpcStopBand = getTnsMaxBands(sampleRate, granuleLength,
407 switch (granuleLength) {
488 tC->acfWindow[HIFILT], tC->maxOrder + 1, sampleRate, granuleLength,
491 tC->acfWindow[LOFILT], tC->maxOrder + 1, sampleRate, granuleLength,
    [all...]
qc_main.cpp 185 INT granuleLength,
189 result = ((granuleLength) >> 3) * (bitRate);
212 INT granuleLength, INT* paddingRest) {
218 difference = FDKaacEnc_calcFrameLen(bitRate, sampleRate, granuleLength,
483 INT granuleLength) /* frame length */
489 paddingOn = FDKaacEnc_framePadding(bitRate, sampleRate, granuleLength,
493 paddingOn + FDKaacEnc_calcFrameLen(bitRate, sampleRate, granuleLength,
    [all...]
block_switch.cpp 230 const INT granuleLength, const int isLFE,
287 granuleLength >> (nBlockSwitchWindows == 4 ? 2 : 3), pTimeSignal);
metadata_compressor.cpp     [all...]
  /external/aac/libAACdec/src/
block.cpp 239 pAacDecoderChannelInfo->granuleLength);
514 pAacDecoderChannelInfo->granuleLength) +
607 pAacDecoderChannelInfo->granuleLength) +
640 int granuleLength = pAacDecoderChannelInfo->granuleLength;
678 &pSpectralCoefficient[groupoffset * granuleLength];
696 mdctSpectrum += granuleLength;
711 mdctSpectrum += granuleLength;
810 if (pAacDecoderChannelInfo->granuleLength == 96) {
859 pAacDecoderChannelInfo->granuleLength);
    [all...]
block.h 120 const INT granuleLength, const int channel);
148 const INT granuleLength, const UCHAR nbands,
aacdec_tns.cpp 277 const INT granuleLength, const UCHAR nbands,
292 { pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength); }
312 switch (granuleLength) {
aacdec_pns.cpp 318 const INT granuleLength, const int channel) {
329 FIXP_DBL *spectrum = SPEC(pSpectrum, window, granuleLength);
usacdec_lpd.cpp 940 int lg = (pAacDecoderChannelInfo->granuleLength == 128)
951 pAacDecoderChannelInfo->granuleLength, isFullBandLpd);
    [all...]
stereo.cpp 614 pAacDecoderChannelInfo[L]->granuleLength; /* framelength 768 => 96,
    [all...]
channelinfo.h 406 INT granuleLength; /* Size of smallest spectrum piece */
usacdec_fac.cpp 139 pAacDecoderChannelInfo->granuleLength << k);
aacdec_hcr.cpp 589 pAacDecoderChannelInfo->granuleLength);
619 pAacDecoderChannelInfo->granuleLength);
    [all...]
aacdecoder.cpp     [all...]
channel.cpp 718 pAacDecoderChannelInfo[ch]->granuleLength),
    [all...]
  /external/aac/libSACenc/src/
sacenc_dmx_tdom_enh.cpp 351 const int granuleLength = fixMin(128, hEnhancedTimeDmx->framelength);
353 (granuleLength > 1)
354 ? ((DFRACT_BITS - 1) - fNorm((FIXP_DBL)(granuleLength - 1)))
374 fixMin(offset + granuleLength, hEnhancedTimeDmx->framelength) -
379 fixMin(offset + granuleLength, hEnhancedTimeDmx->framelength) -
385 smp < fixMin(offset + granuleLength, hEnhancedTimeDmx->framelength);

Completed in 360 milliseconds