Searched refs:tempQ (Results 1 – 2 of 2) sorted by relevance
279 signed char tempI, tempQ, pilotSym; in processSubCarrier() local392 tempQ = (utemp16>>8); in processSubCarrier()397 tempValQ = (short)tempQ*pilotSym; in processSubCarrier()456 signed char tempI, tempQ, pilotSym; in processSubCarrier20MHz() local571 tempQ = (utemp16>>8); in processSubCarrier20MHz()576 tempValQ = (short)tempQ*pilotSym; in processSubCarrier20MHz()1281 short tempI, tempQ; local1430 tempQ = (tempValLd >> 16);1432 resRightI = (((int)cosPhi1*tempI) + ((int)sinPhi1*tempQ));1433 resRightQ = (((int)cosPhi1*tempQ) - ((int)sinPhi1*tempI));[all …]
86 short tempI, tempQ; in calcCorMatrix() local118 tempQ = (tempVal >> 16) & 0xffff; in calcCorMatrix()122 valQ = tempQ*scale; in calcCorMatrix()559 short tempI, tempQ; in calcDelayAmplitude() local606 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()