Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c155 uint32_t currBwInv = 0; in WebRtcIsacfix_UpdateUplinkBwImpl() local
398 currBwInv = tempUpper + tempLower; in WebRtcIsacfix_UpdateUplinkBwImpl()
399 currBwInv = WEBRTC_SPL_RSHIFT_U32(currBwInv, 4); in WebRtcIsacfix_UpdateUplinkBwImpl()
402 if(currBwInv < bweStr->maxBwInv) { in WebRtcIsacfix_UpdateUplinkBwImpl()
403 currBwInv = bweStr->maxBwInv; in WebRtcIsacfix_UpdateUplinkBwImpl()
404 } else if(currBwInv > bweStr->minBwInv) { in WebRtcIsacfix_UpdateUplinkBwImpl()
405 currBwInv = bweStr->minBwInv; in WebRtcIsacfix_UpdateUplinkBwImpl()
409 bweStr->recBwInv = WEBRTC_SPL_UMUL(weight, currBwInv) + in WebRtcIsacfix_UpdateUplinkBwImpl()