Home | History | Annotate | Download | only in celt

Lines Matching full:boost

366    /* Arbitrary metric for VBR boost */
966 int boost;
978 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
979 boost_bits = boost*width<<BITRES;
981 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
982 boost_bits = (boost*width<<BITRES)/8;
984 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
985 boost_bits = boost*6<<BITRES;
996 offsets[i] = boost;
1177 /* Boost the rate according to dynalloc (minus the dynalloc average for calibration). */
1179 /* Apply transient boost, compensating for average boost. */
1185 /* Apply tonality boost */
1191 /* Tonality boost (compensating for the average). */
1780 int boost;
1787 boost = 0;
1789 && boost < cap[i]; j++)
1797 boost += quanta;
1804 offsets[i] = boost;