Searched refs:tempTermY (Results 1 – 1 of 1) sorted by relevance
617 WebRtc_Word32 tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local650 tempTermY = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)rate, 16); in WebRtcIsacfix_GetDownlinkBwIndexImpl()653 tempTerm1 = tempTermX + KQRate01[rateInd] - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()654 tempTerm2 = tempTermY - tempTermX - KQRate01[rateInd-1]; in WebRtcIsacfix_GetDownlinkBwIndexImpl()692 tempTermY = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)maxDelay, 18); in WebRtcIsacfix_GetDownlinkBwIndexImpl()694 tempTerm1 = tempTermX + tempMax - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()695 tempTerm2 = tempTermY - tempTermX - tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl()