Searched refs:SUPGAIN_DEFAULT (Results 1 – 3 of 3) sorted by relevance
565 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()
78 #define SUPGAIN_DEFAULT (1 << RESOLUTION_SUPGAIN) // Default suppression gain macro81 #define SUPGAIN_ERROR_PARAM_D SUPGAIN_DEFAULT // Estimation error parameter
656 aecm->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()657 aecm->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()1303 WebRtc_Word16 supGain = SUPGAIN_DEFAULT; in CalcSuppressionGain()