Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c178 int32_t recBwAvgInv; in WebRtcIsacfix_UpdateUplinkBwImpl() local
425 recBwAvgInv = (0x80000000 + bweStr->recBwAvg / 2) / bweStr->recBwAvg; in WebRtcIsacfix_UpdateUplinkBwImpl()
431 arrTimeProj = WEBRTC_SPL_MUL((int32_t)8000, recBwAvgInv); in WebRtcIsacfix_UpdateUplinkBwImpl()