Searched refs:startupState (Results 1 – 2 of 2) sorted by relevance
655 aecm->startupState = 0; in WebRtcAecm_InitCore()946 if (aecm->startupState == 0) in WebRtcAecm_CalcEnergies()970 if ((aecm->startupState == 0) | (aecm->vadUpdateCount > 1024)) in WebRtcAecm_CalcEnergies()995 if ((aecm->startupState == 0) | (aecm->farEnergyMaxMin > FAR_ENERGY_DIFF)) in WebRtcAecm_CalcEnergies()1045 } else if (aecm->startupState > 0) in WebRtcAecm_CalcStepSize()1217 if ((aecm->startupState == 0) & (aecm->currentVADValue)) in WebRtcAecm_UpdateChannel()1566 if (aecm->startupState < 2) in WebRtcAecm_ProcessBlock()1568 aecm->startupState = (aecm->totCount >= CONV_LEN) + (aecm->totCount >= CONV_LEN2); in WebRtcAecm_ProcessBlock()
189 WebRtc_Word16 startupState; member