Searched refs:rateLBBitPerSec (Results 1 – 2 of 2) sorted by relevance
103 double* rateLBBitPerSec, in WebRtcIsac_RateAllocation() argument113 *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()
80 double* rateLBBitPerSec,