Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
b8a1de86
Commit
b8a1de86
authored
Apr 01, 2015
by
James Zern
Committed by
Gerrit Code Review
Apr 01, 2015
Browse files
Merge "vp9/neon: skip some files in high-bitdepth build"
parents
b644384b
a98f6c02
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/vp9_common.mk
View file @
b8a1de86
...
...
@@ -141,8 +141,10 @@ VP9_COMMON_SRCS-$(HAVE_NEON_ASM) += common/arm/neon/vp9_loopfilter_8_neon_asm$(A
VP9_COMMON_SRCS-$(HAVE_NEON_ASM)
+=
common/arm/neon/vp9_mb_lpf_neon
$(ASM)
VP9_COMMON_SRCS-$(HAVE_NEON_ASM)
+=
common/arm/neon/vp9_save_reg_neon
$(ASM)
ifneq
($(CONFIG_VP9_HIGHBITDEPTH),yes)
VP9_COMMON_SRCS-$(HAVE_NEON)
+=
common/arm/neon/vp9_iht4x4_add_neon.c
VP9_COMMON_SRCS-$(HAVE_NEON)
+=
common/arm/neon/vp9_iht8x8_add_neon.c
endif
VP9_COMMON_SRCS-$(HAVE_NEON)
+=
common/arm/neon/vp9_loopfilter_neon.c
# neon with assembly and intrinsics implementations. If both are available
...
...
vp9/vp9cx.mk
View file @
b8a1de86
...
...
@@ -152,12 +152,14 @@ VP9_CX_SRCS-$(HAVE_AVX2) += encoder/x86/vp9_dct_avx2.c
VP9_CX_SRCS-$(HAVE_AVX2)
+=
encoder/x86/vp9_error_intrin_avx2.c
VP9_CX_SRCS-$(HAVE_AVX2)
+=
encoder/x86/vp9_variance_avx2.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_avg_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_sad_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_sad4d_neon.c
ifneq
($(CONFIG_VP9_HIGHBITDEPTH),yes)
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_dct_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_variance_neon.c
endif
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_avg_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_quantize_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_sad4d_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_sad_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_subtract_neon.c
VP9_CX_SRCS-$(HAVE_NEON)
+=
encoder/arm/neon/vp9_variance_neon.c
VP9_CX_SRCS-yes
:=
$(
filter-out
$
(
VP9_CX_SRCS_REMOVE-yes
)
,
$
(
VP9_CX_SRCS-yes
))
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