Lines Matching defs:total
256 /* total packet duration cannot be larger than 120ms */
580 int i, j, low, high, total, done, bandbits, remaining, tbits_8ths;
696 done = total = 0;
707 total += FFMIN(bandbits, f->caps[i]);
709 total += f->channels << 3;
713 if (total > tbits_8ths)
745 done = total = 0;
752 total += FFMIN(bandbits, f->caps[j]);
754 total += f->channels << 3;
756 if (total > tbits_8ths)
763 done = total = 0;
775 total += bandbits;
790 remaining = tbits_8ths - total;
810 total += 1 << 3;
815 total -= f->pulses[j];
817 total -= intensitystereo_bit;
819 total += intensitystereo_bit;
822 total += f->pulses[j] = (allocation >= f->channels << 3) ? f->channels << 3 : 0;
847 remaining = tbits_8ths - total;