audioresample: added ARM NEON support
authorCarlos Rafael Giani <dv@pseudoterminal.org>
Mon, 15 Oct 2012 20:07:22 +0000 (22:07 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 25 Oct 2012 12:03:52 +0000 (14:03 +0200)
commitd793a2b5606fc76ae0b93894819548489c7085e8
tree3b033f71f86f152ea88b2b53a7cc76a34f39bae8
parent19073ab8c4898a7fb780e73748a5bfe20f79d477
audioresample: added ARM NEON support

This adds ARM NEON accelerated code paths for 16-bit integer
and 32-bit floating point samples.

It is a modified combination of patches #3 and #5 from Jyri Sarha
( http://lists.xiph.org/pipermail/speex-dev/2011-September/008240.html &
http://lists.xiph.org/pipermail/speex-dev/2011-September/008238.html )

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
configure.ac
gst/audioresample/Makefile.am
gst/audioresample/resample.c
gst/audioresample/resample_neon.h [new file with mode: 0644]
gst/audioresample/speex_resampler_float.c
gst/audioresample/speex_resampler_int.c