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
acf12f6a
Commit
acf12f6a
authored
Dec 18, 2017
by
Urvang Joshi
Browse files
Enable horzonly-frame-superres by default.
Change-Id: I1ab96b52f7f6e812d1c04f4bb15cc81eb463e7fe
parent
7cf7f0e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
build/cmake/aom_config_defaults.cmake
View file @
acf12f6a
...
...
@@ -146,7 +146,7 @@ set(CONFIG_FRAME_SIGN_BIAS 0 CACHE NUMBER "AV1 experiment flag.")
set
(
CONFIG_FRAME_SIZE 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_FWD_KF 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_HASH_ME 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_HORZONLY_FRAME_SUPERRES
0
CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_HORZONLY_FRAME_SUPERRES
1
CACHE NUMBER
"AV1 experiment flag."
)
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."
)
...
...
configure
View file @
acf12f6a
...
...
@@ -523,6 +523,7 @@ post_process_cmdline() {
soft_enable filter_intra
soft_enable ext_skip
soft_enable ext_warped_motion
soft_enable horzonly_frame_superres
fi
# Enable low-bitdepth pixel pipeline by default
...
...
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