Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c1564 int resLeftI1, resLeftQ1, resRightI1, resRightQ1; local
1603 resLeftQ1 = ((int)cosPhi2*tempQ) + ((int)sinPhi2*tempI);
1609 convertQ = resLeftQ1 >> TWIDDLE_BIPT;
1672 resLeftQ1 = ((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI);
1675 convertQ = resLeftQ1 >> TWIDDLE_BIPT;
1700 int resLeftI1, resLeftQ1, resRightI1, resRightQ1, resMidI, resMidQ; local
1757 resLeftQ1 = 2*(((int)cosPhi4*tempQ) - ((int)sinPhi4*tempI)) / 6;
1776 resLeftQ1 += 4*(((int)cosPhi2*tempQ) + ((int)sinPhi2*tempI)) / 6;
1797 convertQ = resLeftQ1 >> TWIDDLE_BIPT;