HomeSort by relevance Sort by last modified time
    Searched refs:adjustment_limit (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 244 double adjustment_limit; local
276 adjustment_limit = 0.75;
279 adjustment_limit = 0.375;
283 adjustment_limit = 0.25;
291 (int)(100 + ((correction_factor - 100) * adjustment_limit));
301 (int)(100 - ((100 - correction_factor) * adjustment_limit));
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 1114 double adjustment_limit; local
    [all...]

Completed in 263 milliseconds