Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c1565 int resLeftI2, resLeftQ2, resRightI2, resRightQ2; local
1606 resLeftQ2 = ((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI);
1614 convertQ = resLeftQ2 >> TWIDDLE_BIPT;
1624 resLeftQ2 = (((int)cosPhi0*tempQ) + ((int)sinPhi0*tempI));
1627 convertQ = resLeftQ2 >> TWIDDLE_BIPT;
1701 int resLeftI2, resLeftQ2, resRightI2, resRightQ2; local
1760 resLeftQ2 = (((int)cosPhi5*tempQ) - ((int)sinPhi5*tempI)) / 6;
1779 resLeftQ2 += 5*(((int)cosPhi1*tempQ) + ((int)sinPhi1*tempI)) / 6;
1802 convertQ = resLeftQ2 >> TWIDDLE_BIPT;
1818 resLeftQ2 = (((int)cosPhi0*tempQ) + ((int)sinPhi0*tempI));
[all …]