Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c35 static const int32_t KQRate01[12] = { variable
663 tempTerm1 = tempTermX + KQRate01[rateInd] - tempTermY; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
664 tempTerm2 = tempTermY - tempTermX - KQRate01[rateInd-1]; in WebRtcIsacfix_GetDownlinkBwIndexImpl()
676 tempTermX += KQRate01[rateInd]; in WebRtcIsacfix_GetDownlinkBwIndexImpl()