Home
last modified time | relevance | path

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

/external/webrtc/webrtc/tools/agc/
Dtest_utils.cc34 float gain_step = (gain - last_gain) / (frame_length - 1); in ApplyGainLinear() local
36 smoothed_gain += gain_step; in ApplyGainLinear()