Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c162 int32_t delayCorrFactor = DELAY_CORRECTION_MED; in WebRtcIsacfix_UpdateUplinkBwImpl() local
339 delayCorrFactor = (int32_t) DELAY_CORRECTION_MAX; in WebRtcIsacfix_UpdateUplinkBwImpl()
344 delayCorrFactor = (int32_t) DELAY_CORRECTION_MED; in WebRtcIsacfix_UpdateUplinkBwImpl()
523 bweStr->recBw = WEBRTC_SPL_UMUL(delayCorrFactor, bweStr->recBw); in WebRtcIsacfix_UpdateUplinkBwImpl()