Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dquantile_noise_estimator.cc40 const float one_by_counter_plus_1 = 1.f / (counter_[s] + 1.f); in Estimate() local
45 const float multiplier = delta * one_by_counter_plus_1; in Estimate()
57 one_by_counter_plus_1; in Estimate()