Lines Matching refs:total_bits
687 opus_int32 total_bits;
779 total_bits = len*8;
782 if (tell >= total_bits)
798 if (st->start==0 && tell+16 <= total_bits)
806 if (ec_tell(dec)+2<=total_bits)
813 if (LM > 0 && tell+3 <= total_bits)
827 intra_ener = tell+3<=total_bits ? ec_dec_bit_logp(dec, 3) : 0;
837 if (tell+4 <= total_bits)
847 total_bits<<=BITRES;
860 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
868 total_bits -= quanta;
878 alloc_trim = tell+(6<<BITRES) <= total_bits ?