Searched refs:max_boost (Results 1 – 1 of 1) sorted by relevance
1884 double max_boost; in define_gf_group() local1893 …max_boost = ((double)((cpi->buffer_level - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK… in define_gf_group()1895 max_boost = 0.0; in define_gf_group()1899 …max_boost = ((double)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per… in define_gf_group()1903 max_boost = 0.0; in define_gf_group()1906 if (boost_score > max_boost) in define_gf_group()1907 boost_score = max_boost; in define_gf_group()3033 double max_boost; in find_next_key_frame() local3041 …max_boost = ((double)((cpi->buffer_level - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK… in find_next_key_frame()3043 max_boost = 0.0; in find_next_key_frame()[all …]