Lines Matching refs:total_bits
1449 opus_int32 total_bits; in celt_encode_with_ec() local
1610 total_bits = nbCompressedBytes*8; in celt_encode_with_ec()
1640 total_bits=nbCompressedBytes*8; in celt_encode_with_ec()
1674 if(!hybrid && tell+16<=total_bits) in celt_encode_with_ec()
1702 if (LM>0 && ec_tell(enc)+3<=total_bits) in celt_encode_with_ec()
1849 …if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe && !hybrid) in celt_encode_with_ec()
1865 if (LM>0 && ec_tell(enc)+3<=total_bits) in celt_encode_with_ec()
1927 oldBandE, total_bits, error, enc, in celt_encode_with_ec()
1933 if (ec_tell(enc)+4<=total_bits) in celt_encode_with_ec()
1986 total_bits<<=BITRES; in celt_encode_with_ec()
2001 for (j = 0; tell+(dynalloc_loop_logp<<BITRES) < total_bits-total_boost in celt_encode_with_ec()
2038 if (tell+(6<<BITRES) <= total_bits - total_boost) in celt_encode_with_ec()