From 71617884a2a673908bd5c0f73d4f91fdca3da82a Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 10 Dec 2013 20:16:08 +0100 Subject: aarch64: h264 chroma motion compensation NEON optimizations Since RV40 and VC-1 use almost the same algorithm so optimizations for those two decoders are easy to do and included. --- libavcodec/aarch64/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libavcodec/aarch64/Makefile (limited to 'libavcodec/aarch64/Makefile') diff --git a/libavcodec/aarch64/Makefile b/libavcodec/aarch64/Makefile new file mode 100644 index 0000000000..879e6befee --- /dev/null +++ b/libavcodec/aarch64/Makefile @@ -0,0 +1,5 @@ +OBJS-$(CONFIG_H264CHROMA) += aarch64/h264chroma_init_aarch64.o +OBJS-$(CONFIG_RV40_DECODER) += aarch64/rv40dsp_init_aarch64.o +OBJS-$(CONFIG_VC1_DECODER) += aarch64/vc1dsp_init_aarch64.o + +NEON-OBJS-$(CONFIG_H264CHROMA) += aarch64/h264cmc_neon.o -- cgit v1.2.3