Lines Matching refs:resLeftQ
904 int resLeftI, resLeftQ, resRightI, resRightQ; in detectPhaseJump() local
938 resLeftQ = ((int)cosPhi*tempQ0) + ((int)sinPhi*tempI0); in detectPhaseJump()
940 tempQ0 = (short)(resLeftQ >> TWIDDLE_BIPT); in detectPhaseJump()
1283 int resLeftI, resLeftQ, resRightI, resRightQ, resMidI, resMidQ; local
1481 resLeftQ = (((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI)) / 2;
1484 convertQ = (resLeftQ + resRightQ) >> TWIDDLE_BIPT;
1503 resLeftQ = (((int)cosPhi3*tempQ) - ((int)sinPhi3*tempI)) / 2;
1516 resLeftQ += (((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI)) / 2;
1529 convertQ = resLeftQ >> TWIDDLE_BIPT;
1861 float resLeftI, resLeftQ, resRightI, resRightQ; local
1872 int resLeftI, resLeftQ, resRightI, resRightQ; local
1905 resLeftQ = (((int)cosPhi2*tempQ)-((int)sinPhi2*tempI))/4;
1916 resLeftQ += (((int)cosPhi1*tempQ)+((int)sinPhi1*tempI))/2;
1933 resLeftQ += (((int)cosPhi2*tempQ)+((int)sinPhi2*tempI))/4;
1937 convertQ = (int)floorf(resLeftQ+0.5f);
1940 convertQ = resLeftQ>>TWIDDLE_BIPT;