Home
last modified time | relevance | path

Searched refs:kAlphaLongTerm (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.h40 static const int16_t kAlphaLongTerm = 10; // 1 >> 10 = 0.000977 variable
Danalog_agc.cc747 tmp32 = (stt->Rxx160w32 - stt->Rxx160_LPw32) >> kAlphaLongTerm; in WebRtcAgc_ProcessAnalog()