Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.c1210 int i, norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local
1228 nShifts = WEBRTC_SPL_MAX(0, 10 + inst->stages - WebRtcSpl_NormW32(tmp32no1)); in WebRtcNsx_ComputeSpectralDifference()
1240 tmp32no1 = WEBRTC_SPL_RSHIFT_W32(tmp32no2, nShifts); // Q(prevQMagn-minPause) in WebRtcNsx_ComputeSpectralDifference()
1258 nShifts += norm32; in WebRtcNsx_ComputeSpectralDifference()
1259 nShifts <<= 1; in WebRtcNsx_ComputeSpectralDifference()
1260 if (nShifts < 0) { in WebRtcNsx_ComputeSpectralDifference()
1261 varPauseUFX >>= (-nShifts); // Q(2*(qMagn+norm32+minPause)) in WebRtcNsx_ComputeSpectralDifference()
1262 nShifts = 0; in WebRtcNsx_ComputeSpectralDifference()
1267 tmpU32no1 = WEBRTC_SPL_RSHIFT_U32(tmpU32no1, nShifts); in WebRtcNsx_ComputeSpectralDifference()
1303 int i, normTmp, normTmp2, nShifts; in WebRtcNsx_SpeechNoiseProb() local
[all …]