Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dnoise_estimator.cc131 float use_band = i < kStartBand ? kStartBand : i; in PreUpdate() local
132 float denom = PowApproximation(use_band, parametric_exp); in PreUpdate()