Lines Matching refs:total
191 total/N */
222 compared to their "fair share" of total/N */
249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance,
289 if (psum > total)
330 total += skip_rsv;
335 left = total-psum;
402 total += dual_stereo_rsv;
416 left = total-psum;
453 compared to their "fair share" of total/N */
527 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth)
541 total = IMAX(total, 0);
545 skip_rsv = total >= 1<<BITRES ? 1<<BITRES : 0;
546 total -= skip_rsv;
552 if (intensity_rsv>total)
556 total -= intensity_rsv;
557 dual_stereo_rsv = total>=1<<BITRES ? 1<<BITRES : 0;
558 total -= dual_stereo_rsv;
603 if (psum > total)
633 total, balance, skip_rsv, intensity, intensity_rsv, dual_stereo, dual_stereo_rsv,