Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c114 if (inst->weightSpecFlat) { in WebRtcNsx_SpeechNoiseProb()
143 indPriorFX += inst->weightSpecFlat * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c149 if (inst->weightSpecFlat) { in WebRtcNsx_SpeechNoiseProb()
178 indPriorFX += inst->weightSpecFlat * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.h59 int16_t weightSpecFlat; member
Dnsx_core.c711 inst->weightSpecFlat = 0; //default weighting par for spectral flatness feature in WebRtcNsx_InitCore()
1005 inst->weightSpecFlat = useFeatureSpecFlat * featureSum; in WebRtcNsx_FeatureParameterExtraction()