Searched refs:arrTimeProj (Results 1 – 1 of 1) sorted by relevance
157 uint32_t arrTimeProj; in WebRtcIsacfix_UpdateUplinkBwImpl() local431 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()