Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c103 double* rateLBBitPerSec, in WebRtcIsac_RateAllocation() argument
113 *rateLBBitPerSec = (int16_t)((inRateBitPerSec > 32000) ? in WebRtcIsac_RateAllocation()
128 *rateLBBitPerSec = kLowerBandBitRate12[idx]; in WebRtcIsac_RateAllocation()
132 *rateLBBitPerSec += (int16_t)( in WebRtcIsac_RateAllocation()
149 *rateLBBitPerSec = kLowerBandBitRate16[idx]; in WebRtcIsac_RateAllocation()
153 *rateLBBitPerSec += (int16_t)(idxErr * in WebRtcIsac_RateAllocation()
168 *rateLBBitPerSec = (*rateLBBitPerSec > 32000) ? 32000 : *rateLBBitPerSec; in WebRtcIsac_RateAllocation()
Dcodec.h80 double* rateLBBitPerSec,