Lines Matching defs:tbits_8ths
580 int i, j, low, high, total, done, bandbits, remaining, tbits_8ths;
609 tbits_8ths = f->framebits << 3;
616 while (opus_rc_tell_frac(rc) + (b_dynalloc << 3) < tbits_8ths && boost[i] < f->caps[i]) {
629 tbits_8ths -= quanta;
641 if (opus_rc_tell_frac(rc) + (6 << 3) <= tbits_8ths)
648 tbits_8ths = (f->framebits << 3) - opus_rc_tell_frac(rc) - 1;
650 if (f->transient && f->size >= 2 && tbits_8ths >= ((f->size + 2) << 3))
652 tbits_8ths -= f->anticollapse_needed;
655 if (tbits_8ths >= 1 << 3)
657 tbits_8ths -= skip_bit;
662 if (intensitystereo_bit <= tbits_8ths) {
663 tbits_8ths -= intensitystereo_bit;
664 if (tbits_8ths >= 1 << 3) {
666 tbits_8ths -= 1 << 3;
713 if (total > tbits_8ths)
756 if (total > tbits_8ths)
785 tbits_8ths += skip_bit;
790 remaining = tbits_8ths - total;
839 tbits_8ths += dualstereo_bit; /* no intensity stereo means no dual stereo */
847 remaining = tbits_8ths - total;