Searched refs:postShifts (Results 1 – 1 of 1) sorted by relevance
1536 int nShifts, postShifts; in WebRtcNsx_ProcessCore() local1723 postShifts = 6 + qMagn - qNoise; in WebRtcNsx_ProcessCore()1746 if (postShifts < 0) { in WebRtcNsx_ProcessCore()1747 tmpU32no2 = noiseU32[i] >> -postShifts; // Q(6+qMagn) in WebRtcNsx_ProcessCore()1749 tmpU32no2 = noiseU32[i] << postShifts; // Q(6+qMagn) in WebRtcNsx_ProcessCore()1841 postShifts = inst->prevQNoise - qMagn; in WebRtcNsx_ProcessCore()1848 if (postShifts < 0) { in WebRtcNsx_ProcessCore()1849 tmpU32no2 = magnU16[i] >> -postShifts; // Q(prevQNoise) in WebRtcNsx_ProcessCore()1851 tmpU32no2 = (uint32_t)magnU16[i] << postShifts; // Q(prevQNoise) in WebRtcNsx_ProcessCore()