Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c171 uint32_t reductionFactor; in WebRtcIsacfix_UpdateUplinkBwImpl() local
294 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()