Home
last modified time | relevance | path

Searched refs:resLeftI2 (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
1605 resLeftI2 = ((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ);
1613 convertI = resLeftI2 >> TWIDDLE_BIPT;
1623 resLeftI2 = (((int)cosPhi0*tempI) - ((int)sinPhi0*tempQ));
1626 convertI = resLeftI2 >> TWIDDLE_BIPT;
1701 int resLeftI2, resLeftQ2, resRightI2, resRightQ2; local
1759 resLeftI2 = (((int)cosPhi5*tempI) + ((int)sinPhi5*tempQ)) / 6;
1778 resLeftI2 += 5*(((int)cosPhi1*tempI) - ((int)sinPhi1*tempQ)) / 6;
1801 convertI = resLeftI2 >> TWIDDLE_BIPT;
1817 resLeftI2 = (((int)cosPhi0*tempI) - ((int)sinPhi0*tempQ));
[all …]