Searched refs:featureSpecDiff (Results 1 – 2 of 2) sorted by relevance
821 inst->featureSpecDiff = inst->thresholdSpecDiff; //spectral difference (= threshold) in WebRtcNsx_InitCore()967 histIndex = WEBRTC_SPL_UDIV((inst->featureSpecDiff * 5) >> inst->stages, in WebRtcNsx_FeatureParameterExtraction()1277 if (inst->featureSpecDiff > tmpU32no1) { in WebRtcNsx_ComputeSpectralDifference()1278 tmpU32no2 = WEBRTC_SPL_UMUL_32_16(inst->featureSpecDiff - tmpU32no1, in WebRtcNsx_ComputeSpectralDifference()1280 inst->featureSpecDiff -= WEBRTC_SPL_RSHIFT_U32(tmpU32no2, 8); // Q(-2*stages) in WebRtcNsx_ComputeSpectralDifference()1282 tmpU32no2 = WEBRTC_SPL_UMUL_32_16(tmpU32no1 - inst->featureSpecDiff, in WebRtcNsx_ComputeSpectralDifference()1284 inst->featureSpecDiff += WEBRTC_SPL_RSHIFT_U32(tmpU32no2, 8); // Q(-2*stages) in WebRtcNsx_ComputeSpectralDifference()1412 if (inst->featureSpecDiff) { in WebRtcNsx_SpeechNoiseProb()1414 WebRtcSpl_NormU32(inst->featureSpecDiff)); in WebRtcNsx_SpeechNoiseProb()1415 tmpU32no1 = WEBRTC_SPL_LSHIFT_U32(inst->featureSpecDiff, normTmp); // Q(normTmp-2*stages) in WebRtcNsx_SpeechNoiseProb()[all …]
53 WebRtc_UWord32 featureSpecDiff; member