Home
last modified time | relevance | path

Searched refs:SUPGAIN_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/aecm/
Decho_control_mobile.cc434 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3; in WebRtcAecm_set_config()
435 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 3; in WebRtcAecm_set_config()
443 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2; in WebRtcAecm_set_config()
444 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 2; in WebRtcAecm_set_config()
452 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1; in WebRtcAecm_set_config()
453 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 1; in WebRtcAecm_set_config()
461 aecm->aecmCore->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_set_config()
462 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_set_config()
470 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1; in WebRtcAecm_set_config()
471 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT << 1; in WebRtcAecm_set_config()
Daecm_defines.h62 #define SUPGAIN_DEFAULT (1 << RESOLUTION_SUPGAIN) /* Default. */ macro
67 #define SUPGAIN_ERROR_PARAM_D SUPGAIN_DEFAULT /* Estimation error parameter */
Daecm_core.cc458 aecm->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()
459 aecm->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()
1014 int16_t supGain = SUPGAIN_DEFAULT; in WebRtcAecm_CalcSuppressionGain()