Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector_unittest.cc56 constexpr float kPeakLevel = -20.f; in TEST() local
58 const float kSpeechLevel = kPeakLevel - kCrestFactor; in TEST()
63 2000, VadWithLevel::LevelAndProbability(1.f, -90.f, kPeakLevel), in TEST()
75 constexpr float kPeakLevel = -20.f; in TEST() local
78 const float kSpeechLevel = kPeakLevel - kCrestFactor; in TEST()
79 const float kOtherSpeechLevel = kPeakLevel - kOtherCrestFactor; in TEST()
83 kNumIterations, VadWithLevel::LevelAndProbability(1.f, -90.f, kPeakLevel), in TEST()
89 VadWithLevel::LevelAndProbability(1.f, -90.f, kPeakLevel), in TEST()