Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
cb4186a9
Commit
cb4186a9
authored
Oct 02, 2017
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dpcm-intra from configure
Change-Id: I62a8fd48593992d1451b96006efb1b43c048d4ba
parent
55d63111
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
build/cmake/aom_config_defaults.cmake
build/cmake/aom_config_defaults.cmake
+0
-1
configure
configure
+0
-2
No files found.
build/cmake/aom_config_defaults.cmake
View file @
cb4186a9
...
...
@@ -133,7 +133,6 @@ set(CONFIG_DCT_ONLY 0 CACHE NUMBER "AV1 experiment flag.")
set
(
CONFIG_DEBLOCK_13TAP 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_DEPENDENT_HORZTILES 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_DIST_8X8 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_DPCM_INTRA 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_DUAL_FILTER 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_ENTROPY_STATS 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_EXT_COMP_REFS 1 CACHE NUMBER
"AV1 experiment flag."
)
...
...
configure
View file @
cb4186a9
...
...
@@ -257,7 +257,6 @@ EXPERIMENT_LIST="
convolve_round
compound_round
ext_tx
dpcm_intra
tx64x64
ext_intra
intra_interp
...
...
@@ -560,7 +559,6 @@ post_process_cmdline() {
enabled compound_round
&&
soft_enable convolve_round
enabled intra_edge
&&
enable_feature ext_intra
enabled chroma_2x2
&&
disable_feature chroma_sub8x8
enabled dpcm_intra
&&
enable_feature ext_tx
enabled chroma_sub8x8
&&
enable_feature cb4x4
enabled ncobmc_adapt_weight
&&
enable_feature motion_var
enabled bgsprite
&&
enable_feature global_motion
...
...
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