Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c147 if (inst->weightSpecDiff) { in WebRtcNsx_SpeechNoiseProb()
191 indPriorFX += inst->weightSpecDiff * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c182 if (inst->weightSpecDiff) { in WebRtcNsx_SpeechNoiseProb()
226 indPriorFX += inst->weightSpecDiff * tmpIndFX; // 6*Q14 in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.h55 int16_t weightSpecDiff; member
Dnsx_core.c712 inst->weightSpecDiff = 0; //default weighting par for spectral difference feature in WebRtcNsx_InitCore()
1006 inst->weightSpecDiff = useFeatureSpecDiff * featureSum; in WebRtcNsx_FeatureParameterExtraction()