Searched refs:vadFarend (Results 1 – 2 of 2) sorted by relevance
283 WebRtcAgc_InitVad(&stt->vadFarend); in WebRtcAgc_InitDigital()292 if (&stt->vadFarend == NULL) in WebRtcAgc_AddFarendToDigital()298 WebRtcAgc_ProcessVad(&stt->vadFarend, in_far, nrSamples); in WebRtcAgc_AddFarendToDigital()359 if (stt->vadFarend.counter > 10) in WebRtcAgc_ProcessDigital()362 logratio = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32 - stt->vadFarend.logRatio, 2); in WebRtcAgc_ProcessDigital()
48 AgcVad_t vadFarend; member