Searched refs:tempLower (Results 1 – 1 of 1) sorted by relevance
172 WebRtc_UWord32 tempLower; in WebRtcIsacfix_UpdateUplinkBwImpl() local387 tempLower = byteSecondsPerBit & 0x00007FFF; in WebRtcIsacfix_UpdateUplinkBwImpl()390 tempLower = WEBRTC_SPL_MUL(tempLower, numBytesInv); in WebRtcIsacfix_UpdateUplinkBwImpl()391 tempLower = WEBRTC_SPL_RSHIFT_U32(tempLower, 15); in WebRtcIsacfix_UpdateUplinkBwImpl()393 currBwInv = tempUpper + tempLower; in WebRtcIsacfix_UpdateUplinkBwImpl()