Searched refs:kAlphaShortTerm (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.h43 static const WebRtc_Word16 kAlphaShortTerm = 6; // 1 >> 6 = 0.0156 variable
H A Danalog_agc.c935 tmp32 = WEBRTC_SPL_RSHIFT_W32(Rxx16w32 - stt->Rxx16_LPw32, kAlphaShortTerm);

Completed in 388 milliseconds