Lines Matching refs:total_bits
1286 opus_int32 total_bits; in celt_encode_with_ec() local
1437 total_bits = nbCompressedBytes*8; in celt_encode_with_ec()
1467 total_bits=nbCompressedBytes*8; in celt_encode_with_ec()
1497 if(st->start==0 && tell+16<=total_bits) in celt_encode_with_ec()
1521 if (LM>0 && ec_tell(enc)+3<=total_bits) in celt_encode_with_ec()
1667 if (LM>0 && ec_tell(enc)+3<=total_bits && !isTransient && st->complexity>=5 && !st->lfe) in celt_encode_with_ec()
1683 if (LM>0 && ec_tell(enc)+3<=total_bits) in celt_encode_with_ec()
1717 oldBandE, total_bits, error, enc, in celt_encode_with_ec()
1723 if (ec_tell(enc)+4<=total_bits) in celt_encode_with_ec()
1773 total_bits<<=BITRES; in celt_encode_with_ec()
1788 for (j = 0; tell+(dynalloc_loop_logp<<BITRES) < total_bits-total_boost in celt_encode_with_ec()
1825 if (tell+(6<<BITRES) <= total_bits - total_boost) in celt_encode_with_ec()