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 / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
e2994a5c
Commit
e2994a5c
authored
Jan 23, 2018
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add experiment aom_qm_ext and its dependency
Change-Id: I243e2a3cbae5b4eebe7fbabcb9f55552e9f13bd8
parent
dd8600f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
build/cmake/aom_config_defaults.cmake
build/cmake/aom_config_defaults.cmake
+1
-0
build/cmake/aom_experiment_deps.cmake
build/cmake/aom_experiment_deps.cmake
+6
-0
No files found.
build/cmake/aom_config_defaults.cmake
View file @
e2994a5c
...
...
@@ -107,6 +107,7 @@ set(CONFIG_SYMBOLRATE 0 CACHE NUMBER "Enables symbol rate accounting.")
# AV1 experiment flags.
set
(
CONFIG_AMVR 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_AOM_QM 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_AOM_QM_EXT 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_BGSPRITE 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_CFL 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_CICP 0 CACHE NUMBER
"AV1 experiment flag."
)
...
...
build/cmake/aom_experiment_deps.cmake
View file @
e2994a5c
...
...
@@ -137,6 +137,12 @@ macro (fix_experiment_configs)
change_config_and_warn
(
CONFIG_LV_MAP 1 CONFIG_TXK_SEL
)
endif
()
endif
()
if
(
CONFIG_AOM_QM_EXT
)
if
(
NOT CONFIG_AOM_QM
)
change_config_and_warn
(
CONFIG_AOM_QM 1 CONFIG_AOM_QM_EXT
)
endif
()
endif
()
endmacro
()
endif
()
# AOM_BUILD_CMAKE_AOM_EXPERIMENT_DEPS_CMAKE_
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