Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dnoise_estimator.cc111 float parametric_exp = 0.f; in PreUpdate() local
118 parametric_exp = pink_noise_exp_ * one_by_num_analyzed_frames_plus_1; in PreUpdate()
132 float denom = PowApproximation(use_band, parametric_exp); in PreUpdate()