Searched refs:LastMargin (Results 1 – 4 of 4) sorted by relevance
25 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()
39 float LastMargin() const;
87 float SaturationProtector::LastMargin() const { in LastMargin() function in webrtc::SaturationProtector
89 (use_saturation_protector_ ? saturation_protector_.LastMargin() in LatestLevelEstimate()