Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c279 signed char tempI, tempQ, pilotSym; in processSubCarrier() local
392 tempQ = (utemp16>>8); in processSubCarrier()
397 tempValQ = (short)tempQ*pilotSym; in processSubCarrier()
456 signed char tempI, tempQ, pilotSym; in processSubCarrier20MHz() local
571 tempQ = (utemp16>>8); in processSubCarrier20MHz()
576 tempValQ = (short)tempQ*pilotSym; in processSubCarrier20MHz()
1281 short tempI, tempQ; local
1430 tempQ = (tempValLd >> 16);
1432 resRightI = (((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ));
1433 resRightQ = (((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI));
[all …]
Dwls_subspace_processing.c86 short tempI, tempQ; in calcCorMatrix() local
118 tempQ = (tempVal >> 16) & 0xffff; in calcCorMatrix()
122 valQ = tempQ*scale; in calcCorMatrix()
559 short tempI, tempQ; in calcDelayAmplitude() local
606 tempQ = (tempLoad >> 16) & 0xffff; in calcDelayAmplitude()
608 leftQ = tempQ*scale; in calcDelayAmplitude()
613 tempQ = (tempLoad >> 16) & 0xffff; in calcDelayAmplitude()
615 rightQ = tempQ*scale; in calcDelayAmplitude()