HomeSort by relevance Sort by last modified time
    Searched full:factor_safe (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 291 static const double factor_safe = 3840 * 2160 * 20.0; local
296 if (factor <= factor_safe)
300 (int)(MIN_GF_INTERVAL * factor / factor_safe + 0.5));
    [all...]

Completed in 396 milliseconds