Searched refs:total_boost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1287 opus_int32 total_boost; local
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;
/external/libopus/celt/
H A Dcelt_encoder.c1287 opus_int32 total_boost; local
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;

Completed in 124 milliseconds