Home
last modified time | relevance | path

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

/external/webrtc/src/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 += (WebRtc_Word16)( in WebRtcIsac_RateAllocation()
150 *rateUBBitPerSec = kUpperBandBitRate16[idx]; in WebRtcIsac_RateAllocation()
157 *rateUBBitPerSec += (WebRtc_Word16)(idxErr * in WebRtcIsac_RateAllocation()
169 *rateUBBitPerSec = (*rateUBBitPerSec > 32000) ? 32000 : *rateUBBitPerSec; in WebRtcIsac_RateAllocation()
Dcodec.h77 double* rateUBBitPerSec,