Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c104 double* rateUBBitPerSec, in WebRtcIsac_RateAllocation() argument
115 *rateUBBitPerSec = 0; in WebRtcIsac_RateAllocation()
129 *rateUBBitPerSec = kUpperBandBitRate12[idx]; in WebRtcIsac_RateAllocation()
134 *rateUBBitPerSec += (int16_t)( in WebRtcIsac_RateAllocation()
150 *rateUBBitPerSec = kUpperBandBitRate16[idx]; in WebRtcIsac_RateAllocation()
157 *rateUBBitPerSec += (int16_t)(idxErr * in WebRtcIsac_RateAllocation()
169 *rateUBBitPerSec = (*rateUBBitPerSec > 32000) ? 32000 : *rateUBBitPerSec; in WebRtcIsac_RateAllocation()
Dcodec.h81 double* rateUBBitPerSec,