Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c83 bweStr->countUpdates = -9; in WebRtcIsacfix_InitBandwidthEstimator()
198 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
199 bweStr->countUpdates = 10; in WebRtcIsacfix_UpdateUplinkBwImpl()
213 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) { in WebRtcIsacfix_UpdateUplinkBwImpl()
214 bweStr->countUpdates = 10; in WebRtcIsacfix_UpdateUplinkBwImpl()
254 if ( bweStr->countUpdates > 0 ) { in WebRtcIsacfix_UpdateUplinkBwImpl()
357 if (bweStr->countUpdates++ > 99) { in WebRtcIsacfix_UpdateUplinkBwImpl()
363 8192 + (bweStr->countUpdates >> 1), in WebRtcIsacfix_UpdateUplinkBwImpl()
364 (int16_t)bweStr->countUpdates); in WebRtcIsacfix_UpdateUplinkBwImpl()
489 bweStr->countUpdates++; in WebRtcIsacfix_UpdateUplinkBwImpl()
Dstructs.h175 int32_t countUpdates; /* How many times the estimate was update in the member