Commit f054a827 authored by Mans Rullgard's avatar Mans Rullgard

ARM: move NEON H264 chroma mc to a separate file

This allows sharing code with the rv40 version of these functions.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 42d32cf5
......@@ -54,6 +54,7 @@ NEON-OBJS-$(CONFIG_RDFT) += arm/rdft_neon.o \
NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \
arm/h264idct_neon.o \
arm/h264cmc_neon.o \
NEON-OBJS-$(CONFIG_H264PRED) += arm/h264pred_neon.o \
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment