Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1850 WebRtc_UWord32 tmpMagnU32, tmpNoiseU32; in WebRtcNsx_ProcessCore() local
2300 tmpMagnU32 = (WebRtc_UWord32)magnU16[i]; // Q(qMagn) in WebRtcNsx_ProcessCore()
2303 tmpMagnU32 = WEBRTC_SPL_LSHIFT_U32(magnU16[i], 17); // Q(qMagn+17) in WebRtcNsx_ProcessCore()
2306 tmpMagnU32 = WEBRTC_SPL_LSHIFT_U32((WebRtc_UWord32)magnU16[i], nShifts); // Q(qNoise_prev+11) in WebRtcNsx_ProcessCore()
2309 if (tmpMagnU32 > tmpNoiseU32) { in WebRtcNsx_ProcessCore()
2310 tmpU32no1 = tmpMagnU32 - tmpNoiseU32; // Q(qCur) in WebRtcNsx_ProcessCore()