Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dns_core.c318 float fluctLrt, avgHistLrt, avgSquareHistLrt, avgHistLrtCompl; in WebRtcNs_FeatureParameterExtraction() local
353 avgHistLrtCompl = 0.0; in WebRtcNs_FeatureParameterExtraction()
363 avgHistLrtCompl += inst->histLrt[i] * binMid; in WebRtcNs_FeatureParameterExtraction()
368 avgHistLrtCompl = avgHistLrtCompl / ((float)inst->modelUpdatePars[1]); in WebRtcNs_FeatureParameterExtraction()
370 fluctLrt = avgSquareHistLrt - avgHistLrt * avgHistLrtCompl; in WebRtcNs_FeatureParameterExtraction()