Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_processing.c902 short tempI0, tempQ0, tempI1, tempQ1; in detectPhaseJump() local
926 tempI1 = (tempValQ & 0xffff); in detectPhaseJump()
943 resRightI = - ((int)sinPhi*tempQ1) - ((int)cosPhi*tempI1); in detectPhaseJump()
944 resRightQ = ((int)sinPhi*tempI1) - ((int)cosPhi*tempQ1); in detectPhaseJump()
947 resRightI = ((int)cosPhi*tempI1) + ((int)sinPhi*tempQ1); in detectPhaseJump()
948 resRightQ = ((int)cosPhi*tempQ1) - ((int)sinPhi*tempI1); in detectPhaseJump()
950 tempI1 = (short)(resRightI >> TWIDDLE_BIPT); in detectPhaseJump()
954 runningSumI += (tempI0*tempI1 + tempQ0*tempQ1)/2; in detectPhaseJump()
955 runningSumQ += (tempI0*tempQ1 - tempQ0*tempI1)/2; in detectPhaseJump()