Searched refs:meanShortTerm (Results 1 – 2 of 2) sorted by relevance
630 state->meanShortTerm = WEBRTC_SPL_LSHIFT_W16(15, 10); in WebRtcAgc_InitVad()730 tmp32 = (WEBRTC_SPL_MUL_16_16(state->meanShortTerm, 15) + (WebRtc_Word32)dB); in WebRtcAgc_ProcessVad()731 state->meanShortTerm = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(tmp32, 4); in WebRtcAgc_ProcessVad()739 tmp32 = WEBRTC_SPL_MUL_16_16(state->meanShortTerm, state->meanShortTerm); in WebRtcAgc_ProcessVad()
34 WebRtc_Word16 meanShortTerm; // Q10 member