Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencoder.c4075 double av1_get_gfu_boost_projection_factor(double min_factor, double max_factor, in av1_get_gfu_boost_projection_factor() argument
4079 factor = AOMMAX(factor, min_factor); in av1_get_gfu_boost_projection_factor()
4084 static int get_gfu_boost_from_r0_lap(double min_factor, double max_factor, in get_gfu_boost_from_r0_lap() argument
4086 double factor = av1_get_gfu_boost_projection_factor(min_factor, max_factor, in get_gfu_boost_from_r0_lap()
4109 int combine_prior_with_tpl_boost(double min_factor, double max_factor, in combine_prior_with_tpl_boost() argument
4113 double range = max_factor - min_factor; in combine_prior_with_tpl_boost()
4115 factor = AOMMAX(factor, min_factor); in combine_prior_with_tpl_boost()
4116 factor -= min_factor; in combine_prior_with_tpl_boost()
Dencoder.h1850 double av1_get_gfu_boost_projection_factor(double min_factor, double max_factor,