Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector_unittest.cc25 float last_margin = saturation_protector->LastMargin(); in RunOnConstantLevel()
29 const float new_margin = saturation_protector->LastMargin(); in RunOnConstantLevel()
45 static_cast<void>(saturation_protector.LastMargin()); in TEST()
67 saturation_protector.LastMargin() - GetExtraSaturationMarginOffsetDb(), in TEST()
141 const float total_difference = std::abs(saturation_protector.LastMargin() - in TEST()
Dsaturation_protector.h39 float LastMargin() const;
Dsaturation_protector.cc87 float SaturationProtector::LastMargin() const { in LastMargin() function in webrtc::SaturationProtector
Dadaptive_mode_level_estimator.cc89 (use_saturation_protector_ ? saturation_protector_.LastMargin() in LatestLevelEstimate()