OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAlphaShortTerm
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/agc/
analog_agc.h
43
static const WebRtc_Word16
kAlphaShortTerm
= 6; // 1 >> 6 = 0.0156
analog_agc.c
935
tmp32 = WEBRTC_SPL_RSHIFT_W32(Rxx16w32 - stt->Rxx16_LPw32,
kAlphaShortTerm
);
[
all
...]
Completed in 1317 milliseconds