Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c34 static const WebRtc_Word32 KQRate01[12] = { variable
653 tempTerm1 = tempTermX + KQRate01[rateInd] - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
654 tempTerm2 = tempTermY - tempTermX - KQRate01[rateInd-1]; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
666 tempTermX += KQRate01[rateInd]; in WebRtcIsacfix_GetDownlinkBwIndexImpl()