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

  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 1033 double adjustment_limit; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 478 double adjustment_limit; local
506 adjustment_limit =
528 (int)(100 + ((correction_factor - 100) * adjustment_limit));
536 (int)(100 - ((100 - correction_factor) * adjustment_limit));
    [all...]

Completed in 261 milliseconds