HomeSort by relevance Sort by last modified time
    Searched refs:kAlphaLongTerm (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 44 static const WebRtc_Word16 kAlphaLongTerm = 10; // 1 >> 10 = 0.000977
analog_agc.c 961 tmp32 = WEBRTC_SPL_RSHIFT_W32(stt->Rxx160w32 - stt->Rxx160_LPw32, kAlphaLongTerm);
    [all...]

Completed in 68 milliseconds