Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c617 WebRtc_Word32 tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local
650 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()