Searched refs:downSampleFactor (Results 1 – 3 of 3) sorted by relevance
366 const INT downSampleFactor) { in FDKsbrEnc_GetDownsampledStopFreq() argument380 sampleRateCore << (downSampleFactor - 1), sampleRateCore, in FDKsbrEnc_GetDownsampledStopFreq()381 32 << (downSampleFactor - 1), startFreq, stopFreq, &startBand, &stopBand); in FDKsbrEnc_GetDownsampledStopFreq()510 if (1 == config->downSampleFactor) { in FDKsbrEnc_AdjustSbrSettings()513 config->downSampleFactor); in FDKsbrEnc_AdjustSbrSettings()639 INT downSampleFactor, in FDKsbrEnc_InitializeSbrDefaults() argument642 if ((downSampleFactor < 1 || downSampleFactor > 2) || in FDKsbrEnc_InitializeSbrDefaults()643 (codecGranuleLen * downSampleFactor > 64 * 32)) in FDKsbrEnc_InitializeSbrDefaults()657 config->sbrFrameSize = codecGranuleLen * downSampleFactor; in FDKsbrEnc_InitializeSbrDefaults()658 config->downSampleFactor = downSampleFactor; in FDKsbrEnc_InitializeSbrDefaults()[all …]
169 INT downSampleFactor; /* Sampling rate relation between the SBR and the core member
180 INT downSampleFactor; /*!< Sampling rate relation between the SBR and the core member363 UINT *downSampleFactor, INT *frameLength,