Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
748d3f5e
Commit
748d3f5e
authored
Oct 20, 2016
by
Yaowu Xu
Committed by
Gerrit Code Review
Oct 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Fix Visual Studio build." into nextgenv2
parents
6d513778
e28d92be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
aomenc.c
aomenc.c
+4
-1
No files found.
aomenc.c
View file @
748d3f5e
...
...
@@ -392,12 +392,15 @@ static const arg_def_t frame_parallel_decoding =
ARG_DEF
(
NULL
,
"frame-parallel"
,
1
,
"Enable frame parallel decodability features "
"(0: false (default), 1: true)"
);
#if CONFIG_DELTA_Q
static
const
arg_def_t
aq_mode
=
ARG_DEF
(
NULL
,
"aq-mode"
,
1
,
"Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
#if CONFIG_DELTA_Q
"3: cyclic refresh, 4: delta quant)"
);
#else
static
const
arg_def_t
aq_mode
=
ARG_DEF
(
NULL
,
"aq-mode"
,
1
,
"Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
"3: cyclic refresh)"
);
#endif
static
const
arg_def_t
frame_periodic_boost
=
...
...
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