HomeSort by relevance Sort by last modified time
    Searched refs:countUpdates (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 84 bweStr->countUpdates = -9;
199 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
200 bweStr->countUpdates = 10;
214 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
215 bweStr->countUpdates = 10;
255 if ( bweStr->countUpdates > 0 ) {
358 if (bweStr->countUpdates++ > 99) {
362 /* weight decreases with number of updates, 1/countUpdates in Q13 */
364 8192 + (bweStr->countUpdates >> 1),
365 (int16_t)bweStr->countUpdates);
    [all...]
structs.h 202 int32_t countUpdates; /* How many times the estimate was update in the beginning */

Completed in 49 milliseconds