Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector_unittest.cc57 const float kCrestFactor = GetInitialSaturationMarginDb() + 1.f; in TEST() local
58 const float kSpeechLevel = kPeakLevel - kCrestFactor; in TEST()
60 0.5 * std::abs(GetInitialSaturationMarginDb() - kCrestFactor); in TEST()
68 kCrestFactor, kMaxDifference); in TEST()
76 const float kCrestFactor = GetInitialSaturationMarginDb() - 5.f; in TEST() local
78 const float kSpeechLevel = kPeakLevel - kCrestFactor; in TEST()