Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c157 uint32_t arrTimeProj; in WebRtcIsacfix_UpdateUplinkBwImpl() local
431 arrTimeProj = WEBRTC_SPL_MUL((int32_t)8000, recBwAvgInv); in WebRtcIsacfix_UpdateUplinkBwImpl()
433 arrTimeProj = WEBRTC_SPL_RSHIFT_U32(arrTimeProj, 4); in WebRtcIsacfix_UpdateUplinkBwImpl()
435 arrTimeProj = WEBRTC_SPL_MUL(((int32_t)pksize + HEADER_SIZE), arrTimeProj); in WebRtcIsacfix_UpdateUplinkBwImpl()
437 arrTimeProj = WEBRTC_SPL_RSHIFT_U32(arrTimeProj, 12); in WebRtcIsacfix_UpdateUplinkBwImpl()
441 if ((arrTimeDiff << 6) > (int32_t)arrTimeProj) { in WebRtcIsacfix_UpdateUplinkBwImpl()
442 arrTimeNoise = (arrTimeDiff << 6) - arrTimeProj; in WebRtcIsacfix_UpdateUplinkBwImpl()
445 arrTimeNoise = arrTimeProj - (arrTimeDiff << 6); in WebRtcIsacfix_UpdateUplinkBwImpl()