Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1025 int boost_bits; in dynalloc_analysis() local
1037 boost_bits = boost*width<<BITRES; in dynalloc_analysis()
1040 boost_bits = (boost*width<<BITRES)/8; in dynalloc_analysis()
1043 boost_bits = boost*6<<BITRES; in dynalloc_analysis()
1047 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4) in dynalloc_analysis()
1055 tot_boost += boost_bits; in dynalloc_analysis()