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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h 42 static const int16_t kAlphaShortTerm = 6; // 1 >> 6 = 0.0156
analog_agc.c 950 tmp32 = WEBRTC_SPL_RSHIFT_W32(Rxx16w32 - stt->Rxx16_LPw32, kAlphaShortTerm);
    [all...]

Completed in 710 milliseconds