Searched refs:arf_boost (Results 1 – 1 of 1) sorted by relevance
1191 int arf_boost; in calc_arf_boost() local1259 arf_boost = (*f_boost + *b_boost); in calc_arf_boost()1260 if (arf_boost < ((b_frames + f_frames) * 20)) in calc_arf_boost()1261 arf_boost = ((b_frames + f_frames) * 20); in calc_arf_boost()1263 return arf_boost; in calc_arf_boost()