Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dns_core.c65 * (inst->modelUpdatePars[1])); //for spectral flatness in WebRtcNs_set_feature_extraction_parameters()
67 * (inst->modelUpdatePars[1])); //for spectral difference in WebRtcNs_set_feature_extraction_parameters()
184 inst->modelUpdatePars[0] = 2; //update flag for parameters: in WebRtcNs_InitCore()
186 inst->modelUpdatePars[1] = 500; //window for update in WebRtcNs_InitCore()
187 inst->modelUpdatePars[2] = 0; //counter for update of conservative noise spectrum in WebRtcNs_InitCore()
189 inst->modelUpdatePars[3] = inst->modelUpdatePars[1]; in WebRtcNs_InitCore()
368 avgHistLrtCompl = avgHistLrtCompl / ((float)inst->modelUpdatePars[1]); in WebRtcNs_FeatureParameterExtraction()
369 avgSquareHistLrt = avgSquareHistLrt / ((float)inst->modelUpdatePars[1]); in WebRtcNs_FeatureParameterExtraction()
518 if (inst->modelUpdatePars[0] >= 1) { in WebRtcNs_FeatureParameterExtraction()
774 updateParsFlag = inst->modelUpdatePars[0]; in WebRtcNs_ProcessCore()
[all …]
Dns_core.h84 int modelUpdatePars[4]; //parameters for updating or estimating member