Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
f4eb3a2b
Commit
f4eb3a2b
authored
Aug 25, 2014
by
Dmitry Kovalev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding several vpxenc parameter ranges to help output.
Change-Id: Iec1a00203930a539ed584961aed4b2bfd7488255
parent
3b0934cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vpxenc.c
vpxenc.c
+4
-4
No files found.
vpxenc.c
View file @
f4eb3a2b
...
...
@@ -321,7 +321,7 @@ static const arg_def_t *kf_args[] = {
static
const
arg_def_t
noise_sens
=
ARG_DEF
(
NULL
,
"noise-sensitivity"
,
1
,
"Noise sensitivity (frames to blur)"
);
static
const
arg_def_t
sharpness
=
ARG_DEF
(
NULL
,
"sharpness"
,
1
,
"
F
ilter sharpness (0
-
7)"
);
"
Loop f
ilter sharpness (0
..
7)"
);
static
const
arg_def_t
static_thresh
=
ARG_DEF
(
NULL
,
"static-thresh"
,
1
,
"Motion detection threshold"
);
static
const
arg_def_t
cpu_used
=
ARG_DEF
(
NULL
,
"cpu-used"
,
1
,
...
...
@@ -329,11 +329,11 @@ static const arg_def_t cpu_used = ARG_DEF(NULL, "cpu-used", 1,
static
const
arg_def_t
auto_altref
=
ARG_DEF
(
NULL
,
"auto-alt-ref"
,
1
,
"Enable automatic alt reference frames"
);
static
const
arg_def_t
arnr_maxframes
=
ARG_DEF
(
NULL
,
"arnr-maxframes"
,
1
,
"AltRef
M
ax
F
rames"
);
"AltRef
m
ax
f
rames
(0..15)
"
);
static
const
arg_def_t
arnr_strength
=
ARG_DEF
(
NULL
,
"arnr-strength"
,
1
,
"AltRef
Strength
"
);
"AltRef
filter strength (0..6)
"
);
static
const
arg_def_t
arnr_type
=
ARG_DEF
(
NULL
,
"arnr-type"
,
1
,
"AltRef
T
ype"
);
"AltRef
t
ype"
);
static
const
struct
arg_enum_list
tuning_enum
[]
=
{
{
"psnr"
,
VP8_TUNE_PSNR
},
{
"ssim"
,
VP8_TUNE_SSIM
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment