Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c765 double rateLB; in WebRtcIsac_GetNewBitStream() local
787 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) { in WebRtcIsac_GetNewBitStream()
799 rateLB, instISAC->instLB.ISACencLB_obj.current_framesamples); in WebRtcIsac_GetNewBitStream()
1446 double rateLB; in WebRtcIsac_Control() local
1467 rateLB = (bottleneckBPS > 32000) ? 32000 : bottleneckBPS; in WebRtcIsac_Control()
1470 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_Control()
1484 status = ControlLb(&instISAC->instLB, rateLB, frameSize); in WebRtcIsac_Control()
1585 double rateLB; in WebRtcIsac_ControlBwe() local
1587 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_ControlBwe()