Home
last modified time | relevance | path

Searched refs:tempQ0 (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
923 tempQ0 = (tempValI >> 16); in detectPhaseJump()
937 resLeftI = ((int)cosPhi*tempI0) - ((int)sinPhi*tempQ0); in detectPhaseJump()
938 resLeftQ = ((int)cosPhi*tempQ0) + ((int)sinPhi*tempI0); in detectPhaseJump()
940 tempQ0 = (short)(resLeftQ >> TWIDDLE_BIPT); in detectPhaseJump()
954 runningSumI += (tempI0*tempI1 + tempQ0*tempQ1)/2; in detectPhaseJump()
955 runningSumQ += (tempI0*tempQ1 - tempQ0*tempI1)/2; in detectPhaseJump()