Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/utility/
Ddelay_estimator.c33 static const float kQ14Scaling = 1.f / (1 << 14); // Scaling by 2^14 to get Q0. variable
95 const float valley_depth = valley_depth_q14 * kQ14Scaling; in UpdateRobustValidationStatistics()
129 valley_level_q14) * kQ14Scaling; in UpdateRobustValidationStatistics()