OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vadThreshold
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h
89
int16_t
vadThreshold
; // Threshold for VAD decision
analog_agc.c
692
stt->
vadThreshold
= 1500;
702
/* stt->
vadThreshold
= (31 * stt->
vadThreshold
+ vadThresh) / 32; */
704
tmp32 += WEBRTC_SPL_MUL_16_16((int16_t)31, stt->
vadThreshold
);
705
stt->
vadThreshold
= (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp32, 5);
953
if (vadLogRatio > stt->
vadThreshold
)
[
all
...]
Completed in 303 milliseconds