Searched defs:nShifts (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c1210 int i, norm32, nShifts; local
1228 nShifts = WEBRTC_SPL_MAX(0, 10 + inst->stages - WebRtcSpl_NormW32(tmp32no1));
1240 tmp32no1 = WEBRTC_SPL_RSHIFT_W32(tmp32no2, nShifts); // Q(prevQMagn-minPause)
1258 nShifts += norm32;
1259 nShifts <<= 1;
1260 if (nShifts < 0) {
1261 varPauseUFX >>= (-nShifts); // Q(2*(qMagn+norm32+minPause))
1262 nShifts = 0;
1267 tmpU32no1 = WEBRTC_SPL_RSHIFT_U32(tmpU32no1, nShifts);
1303 int i, normTmp, normTmp2, nShifts; local
1878 int nShifts, postShifts; local
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c144 int nShifts; local
146 nShifts = extraBits = 0;
151 nShifts++;
155 nShifts++;
157 return nShifts;
165 int nShifts; local
167 nShifts = 0;
173 nShifts++;
176 return nShifts;

Completed in 6764 milliseconds