Searched refs:max_boost (Results 1 – 1 of 1) sorted by relevance
1886 double max_boost; in define_gf_group() local1895 …max_boost = ((double)((cpi->buffer_level - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK… in define_gf_group()1897 max_boost = 0.0; in define_gf_group()1901 …max_boost = ((double)(cpi->buffer_level * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK((double)cpi->av_per… in define_gf_group()1905 max_boost = 0.0; in define_gf_group()1908 if (boost_score > max_boost) in define_gf_group()1909 boost_score = max_boost; in define_gf_group()3036 double max_boost; in find_next_key_frame() local3044 …max_boost = ((double)((cpi->buffer_level - df_buffer_level) * 2 / 3) * 16.0) / DOUBLE_DIVIDE_CHECK… in find_next_key_frame()3046 max_boost = 0.0; in find_next_key_frame()[all …]