Searched refs:adjustment_limit (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dratectrl.c1179 double adjustment_limit; local
1232 adjustment_limit = 0.75;
1235 adjustment_limit = 0.375;
1239 adjustment_limit = 0.25;
1247 correction_factor = (int)(100.5 + ((correction_factor - 100) * adjustment_limit));
1258 correction_factor = (int)(100.5 - ((100 - correction_factor) * adjustment_limit));

Completed in 56 milliseconds