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

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c36 int i, normTmp, normTmp2, nShifts; local
89 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5;
95 nShifts++;
97 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14
119 nShifts = 4;
124 nShifts++;
126 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); // Q14
165 nShifts = 1;
172 nShifts--;
174 tmpU32no1 = WEBRTC_SPL_RSHIFT_U32(tmpU32no2, nShifts);
[all...]
H A Dnsx_core_mips.c35 int i, normTmp, nShifts; local
123 nShifts = 7 - inst->stages; // WIDTH_PR_MAP_SHIFT - inst->stages + 5;
129 nShifts++;
131 tmp32no1 = WEBRTC_SPL_SHIFT_W32(tmp32no1, nShifts); // Q14
153 nShifts = 4;
158 nShifts++;
160 tmpU32no1 = WebRtcSpl_DivU32U16(tmpU32no2 << nShifts, 25); //Q14
199 nShifts = 1;
206 nShifts--;
208 tmpU32no1 = WEBRTC_SPL_RSHIFT_U32(tmpU32no2, nShifts);
[all...]
H A Dnsx_core.c1110 int i, norm32, nShifts; local
1128 nShifts = WEBRTC_SPL_MAX(0, 10 + inst->stages - WebRtcSpl_NormW32(tmp32no1));
1140 tmp32no1 = WEBRTC_SPL_RSHIFT_W32(tmp32no2, nShifts); // Q(prevQMagn-minPause)
1158 nShifts += norm32;
1159 nShifts <<= 1;
1160 if (nShifts < 0) {
1161 varPauseUFX >>= (-nShifts); // Q(2*(qMagn+norm32+minPause))
1162 nShifts = 0;
1167 tmpU32no1 = WEBRTC_SPL_RSHIFT_U32(tmpU32no1, nShifts);
1553 int nShifts, postShift local
1674 numerator <<= nShifts; local
1713 noiseU32[i] <<= nShifts; local
[all...]
/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 169 milliseconds