Searched refs:postShifts (Results 1 – 1 of 1) sorted by relevance
1878 int nShifts, postShifts; in WebRtcNsx_ProcessCore() local2053 postShifts = 6 + qMagn - qNoise; in WebRtcNsx_ProcessCore()2076 if (postShifts < 0) { in WebRtcNsx_ProcessCore()2077 tmpU32no2 = WEBRTC_SPL_RSHIFT_U32(noiseU32[i], -postShifts); // Q(6+qMagn) in WebRtcNsx_ProcessCore()2079 tmpU32no2 = WEBRTC_SPL_LSHIFT_U32(noiseU32[i], postShifts); // Q(6+qMagn) in WebRtcNsx_ProcessCore()2170 postShifts = inst->prevQNoise - qMagn; in WebRtcNsx_ProcessCore()2177 if (postShifts < 0) { in WebRtcNsx_ProcessCore()2178 tmpU32no2 = WEBRTC_SPL_RSHIFT_U32(magnU16[i], -postShifts); // Q(prevQNoise) in WebRtcNsx_ProcessCore()2180 tmpU32no2 = WEBRTC_SPL_LSHIFT_U32(magnU16[i], postShifts); // Q(prevQNoise) in WebRtcNsx_ProcessCore()