Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c68 (int)(0.3 * (self->modelUpdatePars[1])); // For spectral flatness. in set_feature_extraction_parameters()
70 (int)(0.3 * (self->modelUpdatePars[1])); // For spectral difference. in set_feature_extraction_parameters()
194 self->modelUpdatePars[0] = 2; in WebRtcNs_InitCore()
195 self->modelUpdatePars[1] = 500; // Window for update. in WebRtcNs_InitCore()
197 self->modelUpdatePars[2] = 0; in WebRtcNs_InitCore()
199 self->modelUpdatePars[3] = self->modelUpdatePars[1]; in WebRtcNs_InitCore()
356 avgHistLrtCompl = avgHistLrtCompl / ((float)self->modelUpdatePars[1]); in FeatureParameterExtraction()
357 avgSquareHistLrt = avgSquareHistLrt / ((float)self->modelUpdatePars[1]); in FeatureParameterExtraction()
510 if (self->modelUpdatePars[0] >= 1) { in FeatureParameterExtraction()
769 self->modelUpdatePars[3]--; in FeatureUpdate()
[all …]
Dns_core.h82 int modelUpdatePars[4]; // Parameters for updating or estimating. member