Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c159 WebRtc_Word32 delayCorrFactor = DELAY_CORRECTION_MED; in WebRtcIsacfix_UpdateUplinkBwImpl() local
335 delayCorrFactor = (WebRtc_Word32) DELAY_CORRECTION_MAX; in WebRtcIsacfix_UpdateUplinkBwImpl()
340 delayCorrFactor = (WebRtc_Word32) DELAY_CORRECTION_MED; in WebRtcIsacfix_UpdateUplinkBwImpl()
520 bweStr->recBw = WEBRTC_SPL_UMUL(delayCorrFactor, bweStr->recBw); in WebRtcIsacfix_UpdateUplinkBwImpl()