Searched refs:idxErr (Results 1 – 1 of 1) sorted by relevance
108 double idxErr; in WebRtcIsac_RateAllocation() local127 idxErr = idxD - idx; in WebRtcIsac_RateAllocation()133 idxErr * (kLowerBandBitRate12[idx + 1] - kLowerBandBitRate12[idx])); in WebRtcIsac_RateAllocation()135 idxErr * (kUpperBandBitRate12[idx + 1] - kUpperBandBitRate12[idx])); in WebRtcIsac_RateAllocation()148 idxErr = idxD - idx; in WebRtcIsac_RateAllocation()153 *rateLBBitPerSec += (int16_t)(idxErr * in WebRtcIsac_RateAllocation()157 *rateUBBitPerSec += (int16_t)(idxErr * in WebRtcIsac_RateAllocation()