Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/
Decho_control_mobile.c565 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3; in WebRtcAecm_set_config()
566 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 3; in WebRtcAecm_set_config()
575 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2; in WebRtcAecm_set_config()
576 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 2; in WebRtcAecm_set_config()
585 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1; in WebRtcAecm_set_config()
586 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 1; in WebRtcAecm_set_config()
595 aecm->aecmCore->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_set_config()
596 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_set_config()
603 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1; in WebRtcAecm_set_config()
604 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT << 1; in WebRtcAecm_set_config()
Daecm_core.h78 #define SUPGAIN_DEFAULT (1 << RESOLUTION_SUPGAIN) // Default suppression gain macro
81 #define SUPGAIN_ERROR_PARAM_D SUPGAIN_DEFAULT // Estimation error parameter
Daecm_core.c656 aecm->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()
657 aecm->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()
1303 WebRtc_Word16 supGain = SUPGAIN_DEFAULT; in CalcSuppressionGain()