Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
aom-rav1e
Commits
f1506219
Commit
f1506219
authored
Sep 21, 2017
by
Sebastien Alaiwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable txmg by default (fix HBD/LBD mismatch)
BUG=aomedia:39 Change-Id: I89858a8a26547fea4a9d37855a28c0098273316f
parent
3b95c504
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
build/cmake/aom_config_defaults.cmake
build/cmake/aom_config_defaults.cmake
+1
-1
configure
configure
+1
-0
No files found.
build/cmake/aom_config_defaults.cmake
View file @
f1506219
...
...
@@ -203,7 +203,7 @@ set(CONFIG_TPL_MV 0 CACHE NUMBER "AV1 experiment flag.")
set
(
CONFIG_TRIPRED 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_TX64X64 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_TXK_SEL 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_TXMG
0
CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_TXMG
1
CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_UNPOISON_PARTITION_CTX 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_VAR_REFS 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_VAR_TX 1 CACHE NUMBER
"AV1 experiment flag."
)
...
...
configure
View file @
f1506219
...
...
@@ -521,6 +521,7 @@ post_process_cmdline() {
soft_enable ext_delta_q
soft_enable loopfiltering_across_tiles
soft_enable var_tx
soft_enable txmg
soft_enable ext_inter
soft_enable wedge
soft_enable compound_segment
...
...
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