dsputil: Separate h264 qpel
authorMans Rullgard <mans@mansr.com>
Thu, 24 Jan 2013 04:24:53 +0000 (20:24 -0800)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 24 Jan 2013 09:44:43 +0000 (10:44 +0100)
commite9d817351b28e62868528476971afe4cde1fa280
treef17f5c43d1ce5856a275dd4b40a970d15b7a9eac
parent7a95afe433b2a692f490b98948c082e62ffc1d27
dsputil: Separate h264 qpel

The sh4 optimizations are removed, because the code is
100% identical to the C code, so it is unlikely to
provide any real practical benefit.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
27 files changed:
libavcodec/Makefile
libavcodec/arm/Makefile
libavcodec/arm/dsputil_init_neon.c
libavcodec/arm/h264dsp_neon.S
libavcodec/arm/h264qpel_init_arm.c [new file with mode: 0644]
libavcodec/arm/h264qpel_neon.S [new file with mode: 0644]
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/dsputil_template.c
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264qpel.c [new file with mode: 0644]
libavcodec/h264qpel.h [new file with mode: 0644]
libavcodec/h264qpel_template.c [new file with mode: 0644]
libavcodec/hpel_template.c [new file with mode: 0644]
libavcodec/ppc/Makefile
libavcodec/ppc/h264_altivec.c
libavcodec/ppc/h264_qpel.c [new file with mode: 0644]
libavcodec/ppc/h264_qpel_template.c [moved from libavcodec/ppc/h264_altivec_template.c with 100% similarity]
libavcodec/ppc/vc1dsp_altivec.c
libavcodec/rv30dsp.c
libavcodec/rv40dsp.c
libavcodec/sh4/dsputil_align.c
libavcodec/sh4/qpel.c
libavcodec/x86/Makefile
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/h264_qpel.c