Skip to content
GitLab
Menu
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
de5bdcad
Commit
de5bdcad
authored
Sep 22, 2017
by
Debargha Mukherjee
Browse files
Add new experimental flag ext_partition_types_ab
Change-Id: Ib85b2a778e1306444ac0cbbfb212e739a0f0009c
parent
0e653f9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/cmake/aom_config_defaults.cmake
View file @
de5bdcad
...
...
@@ -141,6 +141,7 @@ set(CONFIG_EXT_INTER 1 CACHE NUMBER "AV1 experiment flag.")
set
(
CONFIG_EXT_INTRA 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_EXT_PARTITION 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_EXT_PARTITION_TYPES 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_EXT_PARTITION_TYPES_AB 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_EXT_REFS 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_EXT_TILE 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_EXT_TX 1 CACHE NUMBER
"AV1 experiment flag."
)
...
...
configure
View file @
de5bdcad
...
...
@@ -278,6 +278,7 @@ EXPERIMENT_LIST="
loop_restoration
ext_partition
ext_partition_types
ext_partition_types_ab
unpoison_partition_ctx
ext_tile
motion_var
...
...
Write
Preview
Supports
Markdown
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