audio-resampler: add neon optimizations
authorWim Taymans <wtaymans@redhat.com>
Wed, 17 Feb 2016 16:20:06 +0000 (11:20 -0500)
committerWim Taymans <wtaymans@redhat.com>
Mon, 28 Mar 2016 11:25:53 +0000 (13:25 +0200)
commitd5abdd83c9095a7746dc46fcc0e5307208a9e9b4
treee322151c497ccad996f35dcbd3f08f0f55170732
parent25d81ffb558c3e7c520badf4714fc1e8a7ef095b
audio-resampler: add neon optimizations

Unroll some more loops in the fallback code that seems to work fine
for ARM.
Add some simple ARM optimizations taken from speex.
gst-libs/gst/audio/audio-resampler-neon.h [new file with mode: 0644]
gst-libs/gst/audio/audio-resampler-x86.h
gst-libs/gst/audio/audio-resampler.c