Searched refs:tempI0 (Results 1 – 1 of 1) sorted by relevance
902 short tempI0, tempQ0, tempI1, tempQ1; in detectPhaseJump() local922 tempI0 = (tempValI & 0xffff); in detectPhaseJump()937 resLeftI = ((int)cosPhi*tempI0) - ((int)sinPhi*tempQ0); in detectPhaseJump()938 resLeftQ = ((int)cosPhi*tempQ0) + ((int)sinPhi*tempI0); in detectPhaseJump()939 tempI0 = (short)(resLeftI >> TWIDDLE_BIPT); in detectPhaseJump()954 runningSumI += (tempI0*tempI1 + tempQ0*tempQ1)/2; in detectPhaseJump()955 runningSumQ += (tempI0*tempQ1 - tempQ0*tempI1)/2; in detectPhaseJump()