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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 90 * recBwAvg = INIT_BN_EST + INIT_HDR_RATE in Q5
95 bweStr->recBwAvg = INIT_REC_BN_EST_Q5;
348 if ((bweStr->prevRtpRate > WEBRTC_SPL_RSHIFT_W32((int32_t) bweStr->recBwAvg, 5)) &&
349 (recRtpRate > WEBRTC_SPL_RSHIFT_W32((int32_t)bweStr->recBwAvg, 5)) &&
416 /* to save resolution compute the inverse of recBwAvg in Q26 by left shifting numerator to 2^31
417 and NOT right shifting recBwAvg 5 bits to an integer
420 recBwAvgInv = (0x80000000 + bweStr->recBwAvg / 2) / bweStr->recBwAvg;
526 bweStr->recBwAvg = WEBRTC_SPL_LSHIFT_U32(bweStr->recBw + bweStr->recHeaderRate, 5);
627 /* recBwAvg = 0.9 * recBwAvg + 0.1 * (rate + bweStr->recHeaderRate), 0.9 and 0.1 in Q9 *
    [all...]
structs.h 206 uint32_t recBwAvg;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 90 * recBwAvg = INIT_BN_EST + INIT_HDR_RATE in Q5
95 bweStr->recBwAvg = INIT_REC_BN_EST_Q5;
348 if ((bweStr->prevRtpRate > WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32) bweStr->recBwAvg, 5)) &&
349 (recRtpRate > WEBRTC_SPL_RSHIFT_W32((WebRtc_Word32)bweStr->recBwAvg, 5)) &&
416 /* to save resolution compute the inverse of recBwAvg in Q26 by left shifting numerator to 2^31
417 and NOT right shifting recBwAvg 5 bits to an integer
420 recBwAvgInv = WEBRTC_SPL_UDIV((WebRtc_UWord32)(0x80000000 + WEBRTC_SPL_RSHIFT_U32(bweStr->recBwAvg, 1)),
421 bweStr->recBwAvg);
527 bweStr->recBwAvg = WEBRTC_SPL_LSHIFT_U32(bweStr->recBw + bweStr->recHeaderRate, 5);
628 /* recBwAvg = 0.9 * recBwAvg + 0.1 * (rate + bweStr->recHeaderRate), 0.9 and 0.1 in Q9 *
    [all...]
structs.h 205 WebRtc_UWord32 recBwAvg;

Completed in 1971 milliseconds