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
201a2b49
Commit
201a2b49
authored
Oct 24, 2017
by
Ola Hugosson
Committed by
Ola Hugosson
Nov 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable striped_loop_restoration
Change-Id: Idc5ead2db38562924f27796eb78a05b658b5a20e
parent
b44deca9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
19 deletions
+3
-19
build/cmake/aom_config_defaults.cmake
build/cmake/aom_config_defaults.cmake
+1
-1
build/cmake/aom_experiment_deps.cmake
build/cmake/aom_experiment_deps.cmake
+0
-7
configure
configure
+2
-11
No files found.
build/cmake/aom_config_defaults.cmake
View file @
201a2b49
...
...
@@ -190,7 +190,7 @@ set(CONFIG_SEGMENT_GLOBALMV 0 CACHE NUMBER "AV1 experiment flag.")
set
(
CONFIG_SHORT_FILTER 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_SIMPLE_BWD_ADAPT 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_SMOOTH_HV 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_STRIPED_LOOP_RESTORATION
0
CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_STRIPED_LOOP_RESTORATION
1
CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_TEMPMV_SIGNALING 1 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_TMV 0 CACHE NUMBER
"AV1 experiment flag."
)
set
(
CONFIG_TPL_MV 0 CACHE NUMBER
"AV1 experiment flag."
)
...
...
build/cmake/aom_experiment_deps.cmake
View file @
201a2b49
...
...
@@ -124,13 +124,6 @@ macro (fix_experiment_configs)
endif
()
endif
()
if
(
CONFIG_STRIPED_LOOP_RESTORATION
)
if
(
NOT CONFIG_LOOP_RESTORATION
)
change_config_and_warn
(
CONFIG_LOOP_RESTORATION 1
CONFIG_STRIPED_LOOP_RESTORATION
)
endif
()
endif
()
if
(
CONFIG_TXK_SEL
)
if
(
NOT CONFIG_LV_MAP
)
change_config_and_warn
(
CONFIG_LV_MAP 1 CONFIG_TXK_SEL
)
...
...
configure
View file @
201a2b49
...
...
@@ -526,6 +526,7 @@ post_process_cmdline() {
soft_enable deblock_13tap
soft_enable frame_marker
soft_enable kf_ctx
soft_enable striped_loop_restoration
fi
# Enable low-bitdepth pixel pipeline by default
...
...
@@ -554,6 +555,7 @@ post_process_cmdline() {
enabled horzonly_frame_superres
&&
enable_feature frame_superres
enabled loopfilter_level
&&
enable_feature parallel_deblocking
enabled loopfilter_level
&&
enable_feature ext_delta_q
enabled striped_loop_restoration
&&
enable_feature loop_restoration
if
enabled rawbits
&&
enabled ans
;
then
log_echo
"rawbits requires not ans, so disabling rawbits"
...
...
@@ -593,17 +595,6 @@ post_process_cmdline() {
log_echo
"amvr requires hash_me"
enable_feature hash_me
fi
if
enabled striped_loop_restoration
&&
!
enabled loop_restoration
;
then
log_echo
"striped_loop_restoration requires loop_restoration"
log_echo
"enable loop_restoration"
enable_feature loop_restoration
fi
if
enabled striped_loop_restoration
&&
enabled frame_superres
;
then
log_echo
"striped_loop_restoration not compatible with frame_superres"
log_echo
"disabling striped_loop_restoration"
disable_feature striped_loop_restoration
fi
if
enabled lpf_sb
;
then
log_echo
"lpf_sb can't work with loopfilter_level yet."
log_echo
"disabling loopfilter_level"
...
...
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