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
42e7a334
Commit
42e7a334
authored
Oct 30, 2017
by
Jingning Han
Browse files
Enable kf-ctx by default
Adopted by AOM WG on 08/17. Change-Id: I3e5b369e9d8220c7b3f9e6f9d300eb640e2bf3a8
parent
6b922355
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/cmake/aom_config_defaults.cmake
View file @
42e7a334
...
...
@@ -156,7 +156,7 @@ set(CONFIG_INTER_STATS_ONLY 0 CACHE NUMBER "AV1 experiment flag.")
set
(
CONFIG_INTRABC 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_INTRA_EDGE 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_JNT_COMP 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_KF_CTX
0
CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_KF_CTX
1
CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_LGT 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_LGT_FROM_PRED 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_LOOPFILTERING_ACROSS_TILES 1 CACHE NUMBER
"AV1 experiment flag."
)
...
...
configure
View file @
42e7a334
...
...
@@ -532,6 +532,7 @@ post_process_cmdline() {
soft_enable cfl
soft_enable deblock_13tap
soft_enable frame_marker
soft_enable kf_ctx
fi
# Enable low-bitdepth pixel pipeline by default
...
...
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