Home | History | Annotate | Download | only in celt

Lines Matching refs:total_bits

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