OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msTooHigh
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.h
93
WebRtc_Word16
msTooHigh
; // Milliseconds of speech at a too high level
analog_agc.c
877
stt->
msTooHigh
= -100;
961
stt->
msTooHigh
+= 2;
965
if (stt->
msTooHigh
> stt->msecSpeechOuterChange)
967
stt->
msTooHigh
= 0;
1010
stt->
msTooHigh
+= 2;
1014
if (stt->
msTooHigh
> stt->msecSpeechInnerChange)
[
all
...]
Completed in 1609 milliseconds