Lines Matching refs:resLeftI
904 int resLeftI, resLeftQ, resRightI, resRightQ; in detectPhaseJump() local
937 resLeftI = ((int)cosPhi*tempI0) - ((int)sinPhi*tempQ0); in detectPhaseJump()
939 tempI0 = (short)(resLeftI >> TWIDDLE_BIPT); in detectPhaseJump()
1283 int resLeftI, resLeftQ, resRightI, resRightQ, resMidI, resMidQ; local
1480 resLeftI = (((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ)) / 2;
1483 convertI = (resLeftI + resRightI) >> TWIDDLE_BIPT;
1502 resLeftI = (((int)cosPhi3*tempI) + ((int)sinPhi3*tempQ)) / 2;
1515 resLeftI += (((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ)) / 2;
1528 convertI = resLeftI >> TWIDDLE_BIPT;
1861 float resLeftI, resLeftQ, resRightI, resRightQ; local
1872 int resLeftI, resLeftQ, resRightI, resRightQ; local
1904 resLeftI = (((int)cosPhi2*tempI)+((int)sinPhi2*tempQ))/4;
1915 resLeftI += (((int)cosPhi1*tempI)-((int)sinPhi1*tempQ))/2;
1932 resLeftI += (((int)cosPhi2*tempI)-((int)sinPhi2*tempQ))/4;
1936 convertI = (int)floorf(resLeftI+0.5f);
1939 convertI = resLeftI>>TWIDDLE_BIPT;