Searched defs:sampleRateCore (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp306 const INT sampleRateCore,
312 INT maxStopFreqRaw = sampleRateCore / 2;
316 while (stopFreq > 0 && FDKsbrEnc_getSbrStopFreqRAW(stopFreq, sampleRateCore) > maxStopFreqRaw) {
320 if (FDKsbrEnc_getSbrStopFreqRAW( stopFreq, sampleRateCore) > maxStopFreqRaw)
324 sampleRateCore<<(downSampleFactor-1),
325 sampleRateCore,
355 UINT sampleRateCore, /*! the core's sampling rate */
379 idx = getSbrTuningTableIndex(bitrate, numOutputChannels, sampleRateCore, core, NULL);
398 UINT sampleRateCore, /*! the core coder sampling rate in Hz */
412 config->codecSettings.sampleFreq = sampleRateCore;
305 FDKsbrEnc_GetDownsampledStopFreq( const INT sampleRateCore, const INT startFreq, INT stopFreq, const INT downSampleFactor ) argument
350 FDKsbrEnc_IsSbrSettingAvail( UINT bitrate, UINT vbrMode, UINT numOutputChannels, UINT sampleRateInput, UINT sampleRateCore, AUDIO_OBJECT_TYPE core ) argument
395 FDKsbrEnc_AdjustSbrSettings(const sbrConfigurationPtr config, UINT bitRate, UINT numChannels, UINT sampleRateCore, UINT sampleRateSbr, UINT transFac, UINT standardBitrate, UINT vbrMode, UINT useSpeechConfig, UINT lcsMode, UINT bParametricStereo, AUDIO_OBJECT_TYPE core) argument
[all...]

Completed in 79 milliseconds