Searched refs:avgHistLrtCompl (Results 1 – 1 of 1) sorted by relevance
318 float fluctLrt, avgHistLrt, avgSquareHistLrt, avgHistLrtCompl; in WebRtcNs_FeatureParameterExtraction() local353 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()