Searched refs:tempTerm1 (Results 1 – 1 of 1) sorted by relevance
620 int32_t tempTerm1; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local656 tempTerm1 = WEBRTC_SPL_MUL(bweStr->recBwAvgQ, 25); in WebRtcIsacfix_GetDownlinkBwIndexImpl()657 tempTerm1 >>= 7; in WebRtcIsacfix_GetDownlinkBwIndexImpl()658 tempTermX = WEBRTC_SPL_UMUL(461, bweStr->recBwAvgQ) - tempTerm1; in WebRtcIsacfix_GetDownlinkBwIndexImpl()664 tempTerm1 = tempTermX + KQRate01[rateInd] - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()669 if (tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()705 tempTerm1 = tempTermX + tempMax - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()708 if ( tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()710 tempTerm1 = tempTermX + tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl()713 bweStr->recMaxDelayAvgQ = tempTerm1 >> 9; in WebRtcIsacfix_GetDownlinkBwIndexImpl()[all …]