Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1126 int boost_bits; in dynalloc_analysis() local
1134 boost_bits = boost*width<<BITRES; in dynalloc_analysis()
1137 boost_bits = (boost*width<<BITRES)/8; in dynalloc_analysis()
1140 boost_bits = boost*6<<BITRES; in dynalloc_analysis()
1144 && (tot_boost+boost_bits)>>BITRES>>3 > 2*effectiveBytes/3) in dynalloc_analysis()
1152 tot_boost += boost_bits; in dynalloc_analysis()