Searched refs:new_smoothing (Results 1 – 1 of 1) sorted by relevance
131 const float new_smoothing = filter_quality ? *filter_quality * 0.2f : 0.f; in Update() local132 smoothing_constant_ = std::max(new_smoothing, smoothing_constant_); in Update()