Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c615 WebRtc_Word32 tempTerm2; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local
654 tempTerm2 = tempTermY - tempTermX - KQRate01[rateInd-1]; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
658 if (tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
695 tempTerm2 = tempTermY - tempTermX - tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
697 if ( tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()