Home | History | Annotate | Download | only in celt

Lines Matching full:total_boost

1287    opus_int32 total_boost;
1774 total_boost = 0;
1788 for (j = 0; tell+(dynalloc_loop_logp<<BITRES) < total_bits-total_boost
1798 total_boost += quanta;
1825 if (tell+(6<<BITRES) <= total_bits - total_boost)
1867 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2 - nbFilledBytes;