Home
last modified time | relevance | path

Searched refs:nShifts (Results 1 – 2 of 2) 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 …]
/external/yaffs2/yaffs2/
Dyaffs_guts.c144 int nShifts; in ShiftsGE() local
146 nShifts = extraBits = 0; in ShiftsGE()
151 nShifts++; in ShiftsGE()
155 nShifts++; in ShiftsGE()
157 return nShifts; in ShiftsGE()
165 int nShifts; in ShiftDiv() local
167 nShifts = 0; in ShiftDiv()
173 nShifts++; in ShiftDiv()
176 return nShifts; in ShiftDiv()