OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROB_RANGE
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/ns/
defines.h
43
#define
PROB_RANGE
(float)0.20 // probability threshold for noise state in
ns_core.c
825
if (probSpeech >
PROB_RANGE
) {
829
if (probSpeech <
PROB_RANGE
) {
[
all
...]
Completed in 39 milliseconds