Home | History | Annotate | Download | only in libvpx

Lines Matching refs:kf_max_dist

988 static const arg_def_t kf_max_dist = ARG_DEF(NULL, "kf-max-dist", 1,
994 &kf_min_dist, &kf_max_dist, &kf_disabled, NULL
1325 else if (arg_match(&arg, &kf_max_dist, argi))
1326 cfg.kf_max_dist = arg_parse_uint(&arg);
1499 SHOW(kf_max_dist);