Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c967 int boost_bits; in dynalloc_analysis() local
979 boost_bits = boost*width<<BITRES; in dynalloc_analysis()
982 boost_bits = (boost*width<<BITRES)/8; in dynalloc_analysis()
985 boost_bits = boost*6<<BITRES; in dynalloc_analysis()
989 && (tot_boost+boost_bits)>>BITRES>>3 > effectiveBytes/4) in dynalloc_analysis()
997 tot_boost += boost_bits; in dynalloc_analysis()