Home
last modified time | relevance | path

Searched refs:recBwAvgQ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c94 bweStr->recBwAvgQ = INIT_BN_EST_Q7; in WebRtcIsacfix_InitBandwidthEstimator()
528 bweStr->recBwAvgQ = WEBRTC_SPL_LSHIFT_U32(bweStr->recBw, 7); in WebRtcIsacfix_UpdateUplinkBwImpl()
646 tempTerm1 = WEBRTC_SPL_MUL(bweStr->recBwAvgQ, 25); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
648 tempTermX = WEBRTC_SPL_UMUL(461, bweStr->recBwAvgQ) - tempTerm1; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
670 bweStr->recBwAvgQ = WEBRTC_SPL_RSHIFT_W32(tempTermX, 9); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
675 if ((bweStr->recBwAvgQ > 3584000) && !bweStr->highSpeedRec) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
Dstructs.h207 uint32_t recBwAvgQ; member
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c94 bweStr->recBwAvgQ = INIT_BN_EST_Q7; in WebRtcIsacfix_InitBandwidthEstimator()
529 bweStr->recBwAvgQ = WEBRTC_SPL_LSHIFT_U32(bweStr->recBw, 7); in WebRtcIsacfix_UpdateUplinkBwImpl()
645 tempTerm1 = WEBRTC_SPL_MUL(bweStr->recBwAvgQ, 25); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
647 tempTermX = WEBRTC_SPL_UMUL(461, bweStr->recBwAvgQ) - tempTerm1; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
669 bweStr->recBwAvgQ = WEBRTC_SPL_RSHIFT_W32(tempTermX, 9); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
674 if ((bweStr->recBwAvgQ > 3584000) && !bweStr->highSpeedRec) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
Dstructs.h206 WebRtc_UWord32 recBwAvgQ; member