Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h58 WebRtc_UWord32 thresholdSpecFlat; member
Dnsx_core.c818 inst->thresholdSpecFlat = 20480; //threshold for flatness: determined on-line in WebRtcNsx_InitCore()
820 inst->featureSpecFlat = inst->thresholdSpecFlat; //spectral flatness (= threshold) in WebRtcNsx_InitCore()
1061 inst->thresholdSpecFlat = WEBRTC_SPL_SAT(MAX_FLAT_Q10, FACTOR_2_FLAT_Q10 in WebRtcNsx_FeatureParameterExtraction()
1380 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10 in WebRtcNsx_SpeechNoiseProb()
1382 if (inst->thresholdSpecFlat < tmpU32no1) { in WebRtcNsx_SpeechNoiseProb()
1384 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat; in WebRtcNsx_SpeechNoiseProb()