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
10afa9e2
Commit
10afa9e2
authored
Oct 30, 2012
by
Paul Wilkins
Committed by
Gerrit Code Review
Oct 30, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Make implicit_segmentation-related code an experiment." into experimental
parents
edd66a99
81666571
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
configure
configure
+1
-0
vp8/vp8_common.mk
vp8/vp8_common.mk
+1
-1
No files found.
configure
View file @
10afa9e2
...
...
@@ -224,6 +224,7 @@ EXPERIMENT_LIST="
switchable_interp
newbestrefmv
new_mvref
implicit_segmentation
"
CONFIG_LIST
=
"
external_build
...
...
vp8/vp8_common.mk
View file @
10afa9e2
...
...
@@ -78,7 +78,7 @@ VP8_COMMON_SRCS-yes += common/setupintrarecon.c
VP8_COMMON_SRCS-yes
+=
common/swapyv12buffer.c
VP8_COMMON_SRCS-$(CONFIG_POSTPROC_VISUALIZER)
+=
common/textblit.c
VP8_COMMON_SRCS-yes
+=
common/treecoder.c
VP8_COMMON_SRCS-
yes
+=
common/implicit_segmentation.c
VP8_COMMON_SRCS-
$(CONFIG_IMPLICIT_SEGMENTATION)
+=
common/implicit_segmentation.c
VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
common/x86/idct_x86.h
VP8_COMMON_SRCS-$(ARCH_X86)$(ARCH_X86_64)
+=
common/x86/subpixel_x86.h
...
...
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