Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c170 uint32_t reductionFactor; in WebRtcIsacfix_UpdateUplinkBwImpl() local
293 reductionFactor = WEBRTC_SPL_RSHIFT_U32(0x01000000 | (exponent & 0x00FFFFFF), in WebRtcIsacfix_UpdateUplinkBwImpl()
297 reductionFactor = WEBRTC_SPL_RSHIFT_U32(reductionFactor, 11); in WebRtcIsacfix_UpdateUplinkBwImpl()
299 if ( reductionFactor != 0 ) { in WebRtcIsacfix_UpdateUplinkBwImpl()
300 bweStr->recBwInv = WEBRTC_SPL_MUL((int32_t)bweStr->recBwInv, (int32_t)reductionFactor); in WebRtcIsacfix_UpdateUplinkBwImpl()