Searched refs:thresholdSpecFlat (Results 1 – 4 of 4) sorted by relevance
118 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10 in WebRtcNsx_SpeechNoiseProb()120 if (inst->thresholdSpecFlat < tmpU32no1) { in WebRtcNsx_SpeechNoiseProb()122 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat; in WebRtcNsx_SpeechNoiseProb()
153 tmpU32no2 = inst->thresholdSpecFlat - tmpU32no1; //Q10 in WebRtcNsx_SpeechNoiseProb()155 if (inst->thresholdSpecFlat < tmpU32no1) { in WebRtcNsx_SpeechNoiseProb()157 tmpU32no2 = tmpU32no1 - inst->thresholdSpecFlat; in WebRtcNsx_SpeechNoiseProb()
58 uint32_t thresholdSpecFlat; member
706 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()