Searched refs:reductionFactor (Results 1 – 1 of 1) sorted by relevance
171 uint32_t reductionFactor; in WebRtcIsacfix_UpdateUplinkBwImpl() local294 reductionFactor = WEBRTC_SPL_RSHIFT_U32(0x01000000 | (exponent & 0x00FFFFFF), in WebRtcIsacfix_UpdateUplinkBwImpl()298 reductionFactor = WEBRTC_SPL_RSHIFT_U32(reductionFactor, 11); in WebRtcIsacfix_UpdateUplinkBwImpl()300 if ( reductionFactor != 0 ) { in WebRtcIsacfix_UpdateUplinkBwImpl()301 bweStr->recBwInv = WEBRTC_SPL_MUL((int32_t)bweStr->recBwInv, (int32_t)reductionFactor); in WebRtcIsacfix_UpdateUplinkBwImpl()