Searched refs:rateUB (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | isac.c | 766 double rateUB; in WebRtcIsac_GetNewBitStream() local 787 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) { in WebRtcIsac_GetNewBitStream() 829 gain1 = WebRtcIsac_GetSnr(rateUB, FRAMESAMPLES); in WebRtcIsac_GetNewBitStream() 1447 double rateUB; in WebRtcIsac_Control() local 1468 rateUB = 0; in WebRtcIsac_Control() 1470 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_Control() 1490 status = ControlUb(&(instISAC->instUB), rateUB); in WebRtcIsac_Control() 1586 double rateUB; in WebRtcIsac_ControlBwe() local 1587 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_ControlBwe()
|