Searched refs:SUPGAIN_DEFAULT (Results 1 – 3 of 3) sorted by relevance
464 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 3; in WebRtcAecm_set_config()465 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 3; in WebRtcAecm_set_config()474 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 2; in WebRtcAecm_set_config()475 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 2; in WebRtcAecm_set_config()484 aecm->aecmCore->supGain = SUPGAIN_DEFAULT >> 1; in WebRtcAecm_set_config()485 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT >> 1; in WebRtcAecm_set_config()494 aecm->aecmCore->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_set_config()495 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_set_config()502 aecm->aecmCore->supGain = SUPGAIN_DEFAULT << 1; in WebRtcAecm_set_config()503 aecm->aecmCore->supGainOld = SUPGAIN_DEFAULT << 1; in WebRtcAecm_set_config()
62 #define SUPGAIN_DEFAULT (1 << RESOLUTION_SUPGAIN) /* Default. */ macro67 #define SUPGAIN_ERROR_PARAM_D SUPGAIN_DEFAULT /* Estimation error parameter */
494 aecm->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()495 aecm->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()1110 int16_t supGain = SUPGAIN_DEFAULT; in WebRtcAecm_CalcSuppressionGain()