aarch64: intra predition NEON asm

Ported from the ARM NEON asm.
This commit is contained in:
Janne Grunau
2014-07-18 09:29:35 +01:00
committed by Fiona Glaser
parent 556b0e7928
commit 3c1fa5d9b2
6 changed files with 857 additions and 12 deletions
+3 -1
View File
@@ -129,8 +129,10 @@ ifneq ($(AS),)
ASMSRC += common/aarch64/dct-a.S \
common/aarch64/mc-a.S \
common/aarch64/pixel-a.S \
common/aarch64/predict-a.S \
common/aarch64/quant-a.S
SRCS += common/aarch64/mc-c.c
SRCS += common/aarch64/mc-c.c \
common/aarch64/predict-c.c
OBJASM = $(ASMSRC:%.S=%.o)
endif
endif