OSDN Git Service

ARM: clean up dsputil initialisation
authorMåns Rullgård <mans@mansr.com>
Sun, 4 Oct 2009 13:12:55 +0000 (13:12 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 4 Oct 2009 13:12:55 +0000 (13:12 +0000)
commit84d430f85a10cfbca196c686ee59c72dff558ca1
treea26c1883897b2f2bb08d4f8bf90692828dc81379
parent384f26f428d13f1aef26da453554401236de03c5
ARM: clean up dsputil initialisation

- Move v5 and v6 initialisation to separate files.
- Move NEON IDCT selection to ff_dsputil_init_neon()

Originally committed as revision 20163 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/arm/dsputil_arm.c
libavcodec/arm/dsputil_arm.h [new file with mode: 0644]
libavcodec/arm/dsputil_init_armv5te.c [new file with mode: 0644]
libavcodec/arm/dsputil_init_armv6.c [new file with mode: 0644]
libavcodec/arm/dsputil_neon.c
libavcodec/arm/float_arm_vfp.c