Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c84 bweStr->countUpdates = -9; in WebRtcIsacfix_InitBandwidthEstimator()
199 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
200 bweStr->countUpdates = 10; in WebRtcIsacfix_UpdateUplinkBwImpl()
214 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
215 bweStr->countUpdates = 10; in WebRtcIsacfix_UpdateUplinkBwImpl()
255 if ( bweStr->countUpdates > 0 ) { in WebRtcIsacfix_UpdateUplinkBwImpl()
358 if (bweStr->countUpdates++ > 99) { in WebRtcIsacfix_UpdateUplinkBwImpl()
364 8192 + (bweStr->countUpdates >> 1), in WebRtcIsacfix_UpdateUplinkBwImpl()
365 (int16_t)bweStr->countUpdates); in WebRtcIsacfix_UpdateUplinkBwImpl()
490 bweStr->countUpdates++; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h202 int32_t countUpdates; /* How many times the estimate was update in the beginning */ member