Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h57 WebRtc_UWord32 featureSpecFlat; member
Dnsx_core.c820 inst->featureSpecFlat = inst->thresholdSpecFlat; //spectral flatness (= threshold) in WebRtcNsx_InitCore()
957 histIndex = WEBRTC_SPL_RSHIFT_U32(inst->featureSpecFlat * 5, 8); in WebRtcNsx_FeatureParameterExtraction()
1159 tmpU32 = WEBRTC_SPL_UMUL_32_16(inst->featureSpecFlat, SPECT_FLAT_TAVG_Q14); // Q24 in WebRtcNsx_ComputeSpectralFlatness()
1160 inst->featureSpecFlat -= WEBRTC_SPL_RSHIFT_U32(tmpU32, 14); // Q10 in WebRtcNsx_ComputeSpectralFlatness()
1185 tmp32 = currentSpectralFlatness - (WebRtc_Word32)inst->featureSpecFlat; // Q10 in WebRtcNsx_ComputeSpectralFlatness()
1187 inst->featureSpecFlat = (WebRtc_UWord32)((WebRtc_Word32)inst->featureSpecFlat in WebRtcNsx_ComputeSpectralFlatness()
1377 tmpU32no1 = WEBRTC_SPL_UMUL(inst->featureSpecFlat, 400); // Q10 in WebRtcNsx_SpeechNoiseProb()