Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c300 float posPeak1SpecFlat, posPeak2SpecFlat, posPeak1SpecDiff, posPeak2SpecDiff; in FeatureParameterExtraction() local
380 posPeak1SpecFlat = 0.0; in FeatureParameterExtraction()
393 posPeak2SpecFlat = posPeak1SpecFlat; in FeatureParameterExtraction()
397 posPeak1SpecFlat = binMid; in FeatureParameterExtraction()
437 if ((fabs(posPeak2SpecFlat - posPeak1SpecFlat) < in FeatureParameterExtraction()
443 posPeak1SpecFlat = 0.5f * (posPeak1SpecFlat + posPeak2SpecFlat); in FeatureParameterExtraction()
448 posPeak1SpecFlat < self->featureExtractionParams.thresPosSpecFlat) { in FeatureParameterExtraction()
455 self->featureExtractionParams.factor2ModelPars * posPeak1SpecFlat; in FeatureParameterExtraction()