Searched refs:nShifts (Results 1 – 2 of 2) sorted by relevance
1210 int i, norm32, nShifts; in WebRtcNsx_ComputeSpectralDifference() local1228 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 …]
144 int nShifts; in ShiftsGE() local146 nShifts = extraBits = 0; in ShiftsGE()151 nShifts++; in ShiftsGE()155 nShifts++; in ShiftsGE()157 return nShifts; in ShiftsGE()165 int nShifts; in ShiftDiv() local167 nShifts = 0; in ShiftDiv()173 nShifts++; in ShiftDiv()176 return nShifts; in ShiftDiv()