Searched refs:currBwInv (Results 1 – 1 of 1) sorted by relevance
151 WebRtc_UWord32 currBwInv = 0; in WebRtcIsacfix_UpdateUplinkBwImpl() local393 currBwInv = tempUpper + tempLower; in WebRtcIsacfix_UpdateUplinkBwImpl()394 currBwInv = WEBRTC_SPL_RSHIFT_U32(currBwInv, 4); in WebRtcIsacfix_UpdateUplinkBwImpl()397 if(currBwInv < bweStr->maxBwInv) { in WebRtcIsacfix_UpdateUplinkBwImpl()398 currBwInv = bweStr->maxBwInv; in WebRtcIsacfix_UpdateUplinkBwImpl()399 } else if(currBwInv > bweStr->minBwInv) { in WebRtcIsacfix_UpdateUplinkBwImpl()400 currBwInv = bweStr->minBwInv; in WebRtcIsacfix_UpdateUplinkBwImpl()404 bweStr->recBwInv = WEBRTC_SPL_UMUL(weight, currBwInv) + in WebRtcIsacfix_UpdateUplinkBwImpl()