Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
6c8ec65b
Commit
6c8ec65b
authored
Nov 09, 2016
by
Yaowu Xu
Browse files
Add missing support aomenc parameter for aom-qm
BUG=aomedia:79 Change-Id: I09c9547295e4ab540861d6d4def24718dcefc854
parent
403618eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
aomenc.c
View file @
6c8ec65b
...
...
@@ -470,6 +470,11 @@ static const arg_def_t *av1_args[] = { &cpu_used_av1,
&
max_inter_rate_pct
,
&
gf_cbr_boost_pct
,
&
lossless
,
#if CONFIG_AOM_QM
&
enable_qm
,
&
qm_min
,
&
qm_max
,
#endif
&
frame_parallel_decoding
,
&
aq_mode
,
&
frame_periodic_boost
,
...
...
@@ -501,6 +506,11 @@ static const int av1_arg_ctrl_map[] = { AOME_SET_CPUUSED,
AV1E_SET_MAX_INTER_BITRATE_PCT
,
AV1E_SET_GF_CBR_BOOST_PCT
,
AV1E_SET_LOSSLESS
,
#if CONFIG_AOM_QM
AV1E_SET_ENABLE_QM
,
AV1E_SET_QM_MIN
,
AV1E_SET_QM_MAX
,
#endif
AV1E_SET_FRAME_PARALLEL_DECODING
,
AV1E_SET_AQ_MODE
,
AV1E_SET_FRAME_PERIODIC_BOOST
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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