Home | History | Annotate | Download | only in libvpx

Lines Matching refs:kf_max_dist

506 static const arg_def_t kf_max_dist = ARG_DEF(NULL, "kf-max-dist", 1,
512 &kf_min_dist, &kf_max_dist, &kf_disabled, NULL
803 else if (arg_match(&arg, &kf_max_dist, argi))
804 cfg.kf_max_dist = arg_parse_uint(&arg);
963 SHOW(kf_max_dist);