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/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h
92
int16_t
msTooHigh
; // Milliseconds of speech at a too high level
analog_agc.c
778
stt->
msTooHigh
= -100;
863
stt->
msTooHigh
+= 2;
867
if (stt->
msTooHigh
> stt->msecSpeechOuterChange)
869
stt->
msTooHigh
= 0;
913
stt->
msTooHigh
+= 2;
917
if (stt->
msTooHigh
> stt->msecSpeechInnerChange)
920
stt->
msTooHigh
= 0;
956
stt->
msTooHigh
= 0;
[
all
...]
Completed in 663 milliseconds