Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.h54 uint32_t thresholdSpecDiff; member
Dnsx_core_c.c162 tmpU32no3 = (inst->thresholdSpecDiff << 17) / 25; in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c197 tmpU32no3 = (inst->thresholdSpecDiff << 17) / 25; in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.c705 inst->thresholdSpecDiff = 50; //threshold for difference feature: determined on-line in WebRtcNsx_InitCore()
709 inst->featureSpecDiff = inst->thresholdSpecDiff; //spectral difference (= threshold) in WebRtcNsx_InitCore()
992 inst->thresholdSpecDiff = WEBRTC_SPL_SAT(MAX_DIFF, FACTOR_1_LRT_DIFF in WebRtcNsx_FeatureParameterExtraction()