Searched refs:byteSecondsPerBit (Results 1 – 1 of 1) sorted by relevance
175 uint32_t byteSecondsPerBit; in WebRtcIsacfix_UpdateUplinkBwImpl() local386 byteSecondsPerBit = (uint32_t)(arrTimeDiff * 8389); in WebRtcIsacfix_UpdateUplinkBwImpl()389 tempUpper = WEBRTC_SPL_RSHIFT_U32(byteSecondsPerBit, 15); in WebRtcIsacfix_UpdateUplinkBwImpl()392 tempLower = byteSecondsPerBit & 0x00007FFF; in WebRtcIsacfix_UpdateUplinkBwImpl()