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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 82 bweStr->countUpdates = -9;
193 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
194 bweStr->countUpdates = 10;
208 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
209 bweStr->countUpdates = 10;
249 if ( bweStr->countUpdates > 0 ) {
353 if (bweStr->countUpdates++ > 99) {
357 /* weight decreases with number of updates, 1/countUpdates in Q13 */
359 (int32_t)(8192 + WEBRTC_SPL_RSHIFT_W32((int32_t) bweStr->countUpdates, 1)),
360 (int16_t)bweStr->countUpdates);
    [all...]
structs.h 201 int32_t countUpdates; /* How many times the estimate was update in the beginning */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 82 bweStr->countUpdates = -9;
193 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
194 bweStr->countUpdates = 10;
208 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
209 bweStr->countUpdates = 10;
249 if ( bweStr->countUpdates > 0 ) {
353 if (bweStr->countUpdates++ > 99) {
357 /* weight decreases with number of updates, 1/countUpdates in Q13 */
359 (WebRtc_Word32)(8192 + WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32) bweStr->countUpdates, 1)),
360 (WebRtc_Word16)bweStr->countUpdates);
    [all...]
structs.h 200 WebRtc_Word32 countUpdates; /* How many times the estimate was update in the beginning */

Completed in 130 milliseconds