Home
last modified time | relevance | path

Searched refs:kLowProbabilityThreshold (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dspeech_probability_buffer_unittest.cc22 constexpr float kLowProbabilityThreshold = 0.2f; variable
28 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
34 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
52 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
66 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
88 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
108 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
114 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
137 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
162 SpeechProbabilityBuffer buffer(kLowProbabilityThreshold); in TEST()
[all …]
/external/webrtc/modules/audio_processing/vad/
Dpitch_based_vad.cc29 static const double kLowProbabilityThreshold = 0.2; variable
114 kLowProbabilityThreshold) < 0) in UpdatePrior()
/external/webrtc/modules/audio_processing/agc/
Dloudness_histogram.cc57 static const double kLowProbabilityThreshold = 0.2; variable
60 static_cast<int>(kLowProbabilityThreshold * kProbQDomain);