Home
last modified time | relevance | path

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

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