Lines Matching refs:total_bits
852 opus_int32 total_bits; local
953 total_bits = len*8;
956 if (tell >= total_bits)
972 if (start==0 && tell+16 <= total_bits)
980 if (ec_tell(dec)+2<=total_bits)
987 if (LM > 0 && tell+3 <= total_bits)
1001 intra_ener = tell+3<=total_bits ? ec_dec_bit_logp(dec, 3) : 0;
1011 if (tell+4 <= total_bits)
1021 total_bits<<=BITRES;
1034 while (tell+(dynalloc_loop_logp<<BITRES) < total_bits && boost < cap[i])
1042 total_bits -= quanta;
1052 alloc_trim = tell+(6<<BITRES) <= total_bits ?