Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c82 bweStr->countUpdates = -9; in WebRtcIsacfix_InitBandwidthEstimator()
193 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
194 bweStr->countUpdates = 10; in WebRtcIsacfix_UpdateUplinkBwImpl()
208 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
209 bweStr->countUpdates = 10; in WebRtcIsacfix_UpdateUplinkBwImpl()
249 if ( bweStr->countUpdates > 0 ) { in WebRtcIsacfix_UpdateUplinkBwImpl()
353 if (bweStr->countUpdates++ > 99) { in WebRtcIsacfix_UpdateUplinkBwImpl()
359 … (WebRtc_Word32)(8192 + WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32) bweStr->countUpdates, 1)), in WebRtcIsacfix_UpdateUplinkBwImpl()
360 (WebRtc_Word16)bweStr->countUpdates); in WebRtcIsacfix_UpdateUplinkBwImpl()
486 bweStr->countUpdates++; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h200 …WebRtc_Word32 countUpdates; /* How many times the estimate was update in the beginning */ member