Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c621 int32_t tempTerm2; in WebRtcIsacfix_GetDownlinkBwIndexImpl() local
665 tempTerm2 = tempTermY - tempTermX - KQRate01[rateInd-1]; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
669 if (tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()
706 tempTerm2 = tempTermY - tempTermX - tempMin; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
708 if ( tempTerm1 > tempTerm2) { in WebRtcIsacfix_GetDownlinkBwIndexImpl()