Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dcodec.h75 WebRtc_Word16 WebRtcIsac_RateAllocation(WebRtc_Word32 inRateBitPerSec,
Disac.c143 WebRtcIsac_RateAllocation(bottleneck, in UpdateBottleneck()
787 if (WebRtcIsac_RateAllocation(rate, &rateLB, &rateUB, &bandwidthKHz) < 0) { in WebRtcIsac_GetNewBitStream()
1470 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_Control()
1587 if (WebRtcIsac_RateAllocation(bottleneckBPS, &rateLB, &rateUB, in WebRtcIsac_ControlBwe()
2205 WebRtcIsac_RateAllocation(bottleneck, &bottleneckLB, &bottleneckUB, in WebRtcIsac_SetEncSampRate()
Dencode.c102 WebRtc_Word16 WebRtcIsac_RateAllocation(WebRtc_Word32 inRateBitPerSec, in WebRtcIsac_RateAllocation() function