Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dquantile_noise_estimator.cc54 constexpr float kOneByWidthPlus2 = 1.f / (2.f * kWidth); in Estimate() local
56 density_[j] = (counter_[s] * density_[j] + kOneByWidthPlus2) * in Estimate()