Searched refs:SUPGAIN_DEFAULT (Results 1 – 3 of 3) sorted by relevance
434 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()
62 #define SUPGAIN_DEFAULT (1 << RESOLUTION_SUPGAIN) /* Default. */ macro67 #define SUPGAIN_ERROR_PARAM_D SUPGAIN_DEFAULT /* Estimation error parameter */
458 aecm->supGain = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()459 aecm->supGainOld = SUPGAIN_DEFAULT; in WebRtcAecm_InitCore()1014 int16_t supGain = SUPGAIN_DEFAULT; in WebRtcAecm_CalcSuppressionGain()