Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h54 WebRtc_UWord32 thresholdSpecDiff; member
Dnsx_core.c817 inst->thresholdSpecDiff = 50; //threshold for difference feature: determined on-line in WebRtcNsx_InitCore()
821 inst->featureSpecDiff = inst->thresholdSpecDiff; //spectral difference (= threshold) in WebRtcNsx_InitCore()
1100 inst->thresholdSpecDiff = WEBRTC_SPL_SAT(MAX_DIFF, FACTOR_1_LRT_DIFF in WebRtcNsx_FeatureParameterExtraction()
1425 tmpU32no3 = WEBRTC_SPL_UDIV(WEBRTC_SPL_LSHIFT_U32(inst->thresholdSpecDiff, 17), 25); in WebRtcNsx_SpeechNoiseProb()