Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1355 opus_int32 total_boost; in celt_encode_with_ec() local
1846 total_boost = 0; in celt_encode_with_ec()
1860 for (j = 0; tell+(dynalloc_loop_logp<<BITRES) < total_bits-total_boost in celt_encode_with_ec()
1870 total_boost += quanta; in celt_encode_with_ec()
1897 if (tell+(6<<BITRES) <= total_bits - total_boost) in celt_encode_with_ec()
1940 min_allowed = ((tell+total_boost+(1<<(BITRES+3))-1)>>(BITRES+3)) + 2 - nbFilledBytes; in celt_encode_with_ec()