Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dfast_math.cc51 float PowApproximation(float x, float p) { in PowApproximation() function
68 return PowApproximation(10.f, x * kLog10Ofe); in ExpApproximation()
Dfast_math.h29 float PowApproximation(float x, float p);
Dnoise_estimator.cc132 float denom = PowApproximation(use_band, parametric_exp); in PreUpdate()