Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/agc2/
Dsaturation_protector_unittest.cc25 float last_margin = saturation_protector->LastMargin(); in RunOnConstantLevel() local
31 std::max(max_difference, std::abs(new_margin - last_margin)); in RunOnConstantLevel()
32 last_margin = new_margin; in RunOnConstantLevel()