Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dfast_math.cc22 float FastLog2f(float in) { in FastLog2f() function
52 return Pow2Approximation(p * FastLog2f(x)); in PowApproximation()
57 return FastLog2f(x) * kLogOf2; in LogApproximation()