Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
libvpx
Commits
80e735af
Commit
80e735af
authored
Aug 28, 2014
by
Dmitry Kovalev
Committed by
Gerrit Code Review
Aug 28, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Adding several vpxenc parameter ranges to help output."
parents
bb2a9abb
f4eb3a2b
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 @
80e735af
...
...
@@ -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