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

/external/aac/libSBRenc/include/
H A Dsbr_encoder.h185 UINT useSpeechConfig; /*!< Flag: adapt tuning parameters according to speech. */ member in struct:sbrConfiguration
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp402 UINT useSpeechConfig, /*!< adapt tuning parameters for speech ? */
458 if (useSpeechConfig) {
491 if (bitRate <= (useSpeechConfig?24000U:20000U)) {
539 if (useSpeechConfig)
559 config->useSpeechConfig = useSpeechConfig;
1352 params->useSpeechConfig) )
2119 0, /* useSpeechConfig */
394 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

Completed in 391 milliseconds