Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_c.c118 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10 in WebRtcNsx_SpeechNoiseProb()
120 if (inst->thresholdSpecFlat < tmpU32no1) { in WebRtcNsx_SpeechNoiseProb()
122 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat; in WebRtcNsx_SpeechNoiseProb()
Dnsx_core_mips.c153 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10 in WebRtcNsx_SpeechNoiseProb()
155 if (inst->thresholdSpecFlat < tmpU32no1) { in WebRtcNsx_SpeechNoiseProb()
157 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat; in WebRtcNsx_SpeechNoiseProb()
Dnsx_core.h58 uint32_t thresholdSpecFlat; member
Dnsx_core.c706 inst->thresholdSpecFlat = 20480; //threshold for flatness: determined on-line in WebRtcNsx_InitCore()
708 inst->featureSpecFlat = inst->thresholdSpecFlat; //spectral flatness (= threshold) in WebRtcNsx_InitCore()
953 inst->thresholdSpecFlat = WEBRTC_SPL_SAT(MAX_FLAT_Q10, FACTOR_2_FLAT_Q10 in WebRtcNsx_FeatureParameterExtraction()