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
a71c5c0e
Commit
a71c5c0e
authored
Jul 30, 2015
by
Hui Su
Committed by
Gerrit Code Review
Jul 30, 2015
Browse files
Merge "Exclude vpx intra prediction functions in vp8-only build"
parents
b7f441a0
5fddefbc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
vpx_dsp/vpx_dsp.mk
View file @
a71c5c0e
...
...
@@ -32,18 +32,19 @@ DSP_SRCS-yes += bitreader_buffer.h
endif
# intra predictions
ifeq
($(CONFIG_VP9),yes)
DSP_SRCS-yes
+=
intrapred.c
ifeq
($(CONFIG_USE_X86INC),yes)
DSP_SRCS-$(HAVE_SSE2)
+=
x86/intrapred_sse2.asm
DSP_SRCS-$(HAVE_SSSE3)
+=
x86/intrapred_ssse3.asm
endif
endif
# CONFIG_USE_X86INC
ifeq
($(CONFIG_VP9_HIGHBITDEPTH),yes)
ifeq
($(CONFIG_USE_X86INC),yes)
DSP_SRCS-$(HAVE_SSE2)
+=
x86/highbd_intrapred_sse2.asm
endif
endif
endif
# CONFIG_USE_X86INC
endif
# CONFIG_VP9_HIGHBITDEPTH
DSP_SRCS-$(HAVE_NEON_ASM)
+=
arm/intrapred_neon_asm
$(ASM)
DSP_SRCS-$(HAVE_NEON)
+=
arm/intrapred_neon.c
...
...
@@ -51,6 +52,7 @@ DSP_SRCS-$(HAVE_MSA) += mips/intrapred_msa.c
DSP_SRCS-$(HAVE_DSPR2)
+=
mips/intrapred4_dspr2.c
DSP_SRCS-$(HAVE_DSPR2)
+=
mips/intrapred8_dspr2.c
DSP_SRCS-$(HAVE_DSPR2)
+=
mips/intrapred16_dspr2.c
endif
# CONFIG_VP9
# loop filters
DSP_SRCS-yes
+=
loopfilter.c
...
...
vpx_dsp/vpx_dsp_rtcd_defs.pl
View file @
a71c5c0e
This diff is collapsed.
Click to expand it.
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