Searched refs:HPstate (Results 1 – 2 of 2) sorted by relevance
620 state->HPstate = 0; // state of high pass filter in WebRtcAgc_InitVad()653 WebRtc_Word16 HPstate; in WebRtcAgc_ProcessVad() local660 HPstate = state->HPstate; in WebRtcAgc_ProcessVad()684 out = buf2[k] + HPstate; in WebRtcAgc_ProcessVad()686 HPstate = (WebRtc_Word16)(WEBRTC_SPL_RSHIFT_W32(tmp32, 10) - buf2[k]); in WebRtcAgc_ProcessVad()691 state->HPstate = HPstate; in WebRtcAgc_ProcessVad()
28 WebRtc_Word16 HPstate; member