Searched refs:rateUBBitPerSec (Results 1 – 2 of 2) sorted by relevance
104 double* rateUBBitPerSec, in WebRtcIsac_RateAllocation() argument115 *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()
81 double* rateUBBitPerSec,