Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c614 WebRtc_Word32 tempTerm1; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local
645 tempTerm1 = WEBRTC_SPL_MUL(bweStr->recBwAvgQ, 25); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
646 tempTerm1 = WEBRTC_SPL_RSHIFT_W32(tempTerm1, 7); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
647 tempTermX = WEBRTC_SPL_UMUL(461, bweStr->recBwAvgQ) - tempTerm1; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
653 tempTerm1 = tempTermX + KQRate01[rateInd] - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
658 if (tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
694 tempTerm1 = tempTermX + tempMax - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
697 if ( tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
699 tempTerm1 = tempTermX + tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
702 bweStr->recMaxDelayAvgQ = WEBRTC_SPL_RSHIFT_W32(tempTerm1, 9); in WebRtcIsacfix_GetDownlinkBwIndexImpl()
[all …]