Home
last modified time | relevance | path

Searched refs:resLeftI (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c904 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
[all …]