Searched refs:rateLBBitPerSec (Results 1 – 2 of 2) sorted by relevance
103 double* rateLBBitPerSec, in WebRtcIsac_RateAllocation() argument113 *rateLBBitPerSec = (WebRtc_Word16)((inRateBitPerSec > 32000) ? in WebRtcIsac_RateAllocation()128 *rateLBBitPerSec = kLowerBandBitRate12[idx]; in WebRtcIsac_RateAllocation()132 *rateLBBitPerSec += (WebRtc_Word16)( in WebRtcIsac_RateAllocation()149 *rateLBBitPerSec = kLowerBandBitRate16[idx]; in WebRtcIsac_RateAllocation()153 *rateLBBitPerSec += (WebRtc_Word16)(idxErr * in WebRtcIsac_RateAllocation()168 *rateLBBitPerSec = (*rateLBBitPerSec > 32000) ? 32000 : *rateLBBitPerSec; in WebRtcIsac_RateAllocation()
76 double* rateLBBitPerSec,