• Home
  • Raw
  • Download

Lines Matching refs:ARG_DEF

835 static const arg_def_t debugmode = ARG_DEF("D", "debug", 0,
837 static const arg_def_t outputfile = ARG_DEF("o", "output", 1,
839 static const arg_def_t use_yv12 = ARG_DEF(NULL, "yv12", 0,
841 static const arg_def_t use_i420 = ARG_DEF(NULL, "i420", 0,
843 static const arg_def_t codecarg = ARG_DEF(NULL, "codec", 1,
845 static const arg_def_t passes = ARG_DEF("p", "passes", 1,
847 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
849 static const arg_def_t fpf_name = ARG_DEF(NULL, "fpf", 1,
851 static const arg_def_t limit = ARG_DEF(NULL, "limit", 1,
853 static const arg_def_t deadline = ARG_DEF("d", "deadline", 1,
855 static const arg_def_t best_dl = ARG_DEF(NULL, "best", 0,
857 static const arg_def_t good_dl = ARG_DEF(NULL, "good", 0,
859 static const arg_def_t rt_dl = ARG_DEF(NULL, "rt", 0,
861 static const arg_def_t verbosearg = ARG_DEF("v", "verbose", 0,
863 static const arg_def_t psnrarg = ARG_DEF(NULL, "psnr", 0,
865 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1,
867 static const arg_def_t use_ivf = ARG_DEF(NULL, "ivf", 0,
878 static const arg_def_t usage = ARG_DEF("u", "usage", 1,
880 static const arg_def_t threads = ARG_DEF("t", "threads", 1,
882 static const arg_def_t profile = ARG_DEF(NULL, "profile", 1,
884 static const arg_def_t width = ARG_DEF("w", "width", 1,
886 static const arg_def_t height = ARG_DEF("h", "height", 1,
888 static const arg_def_t timebase = ARG_DEF(NULL, "timebase", 1,
890 static const arg_def_t error_resilient = ARG_DEF(NULL, "error-resilient", 1,
892 static const arg_def_t lag_in_frames = ARG_DEF(NULL, "lag-in-frames", 1,
902 static const arg_def_t dropframe_thresh = ARG_DEF(NULL, "drop-frame", 1,
904 static const arg_def_t resize_allowed = ARG_DEF(NULL, "resize-allowed", 1,
906 static const arg_def_t resize_up_thresh = ARG_DEF(NULL, "resize-up", 1,
908 static const arg_def_t resize_down_thresh = ARG_DEF(NULL, "resize-down", 1,
910 static const arg_def_t end_usage = ARG_DEF(NULL, "end-usage", 1,
912 static const arg_def_t target_bitrate = ARG_DEF(NULL, "target-bitrate", 1,
914 static const arg_def_t min_quantizer = ARG_DEF(NULL, "min-q", 1,
916 static const arg_def_t max_quantizer = ARG_DEF(NULL, "max-q", 1,
918 static const arg_def_t undershoot_pct = ARG_DEF(NULL, "undershoot-pct", 1,
920 static const arg_def_t overshoot_pct = ARG_DEF(NULL, "overshoot-pct", 1,
922 static const arg_def_t buf_sz = ARG_DEF(NULL, "buf-sz", 1,
924 static const arg_def_t buf_initial_sz = ARG_DEF(NULL, "buf-initial-sz", 1,
926 static const arg_def_t buf_optimal_sz = ARG_DEF(NULL, "buf-optimal-sz", 1,
937 static const arg_def_t bias_pct = ARG_DEF(NULL, "bias-pct", 1,
939 static const arg_def_t minsection_pct = ARG_DEF(NULL, "minsection-pct", 1,
941 static const arg_def_t maxsection_pct = ARG_DEF(NULL, "maxsection-pct", 1,
949 static const arg_def_t kf_min_dist = ARG_DEF(NULL, "kf-min-dist", 1,
951 static const arg_def_t kf_max_dist = ARG_DEF(NULL, "kf-max-dist", 1,
953 static const arg_def_t kf_disabled = ARG_DEF(NULL, "disable-kf", 0,
962 static const arg_def_t noise_sens = ARG_DEF(NULL, "noise-sensitivity", 1,
964 static const arg_def_t sharpness = ARG_DEF(NULL, "sharpness", 1,
966 static const arg_def_t static_thresh = ARG_DEF(NULL, "static-thresh", 1,
971 static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1,
977 static const arg_def_t token_parts = ARG_DEF(NULL, "token-parts", 1,
979 static const arg_def_t auto_altref = ARG_DEF(NULL, "auto-alt-ref", 1,
981 static const arg_def_t arnr_maxframes = ARG_DEF(NULL, "arnr-maxframes", 1,
983 static const arg_def_t arnr_strength = ARG_DEF(NULL, "arnr-strength", 1,
985 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1,