Home
last modified time | relevance | path

Searched refs:resRightI (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
943 resRightI = - ((int)sinPhi*tempQ1) - ((int)cosPhi*tempI1); in detectPhaseJump()
947 resRightI = ((int)cosPhi*tempI1) + ((int)sinPhi*tempQ1); in detectPhaseJump()
950 tempI1 = (short)(resRightI >> TWIDDLE_BIPT); in detectPhaseJump()
1283 int resLeftI, resLeftQ, resRightI, resRightQ, resMidI, resMidQ; local
1432 resRightI = (((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ));
1434 convertI = resRightI >> TWIDDLE_BIPT;
1446 resRightI = (((int)cosPhi2*tempI) + ((int)sinPhi2*tempQ));
1448 convertI = resRightI >> TWIDDLE_BIPT;
1458 resRightI = (((int)cosPhi2*tempI) - ((int)sinPhi2*tempQ));
[all …]