audio-resampler: reorder filter coefficients for more speed
authorWim Taymans <wtaymans@redhat.com>
Fri, 19 Feb 2016 15:39:43 +0000 (16:39 +0100)
committerWim Taymans <wtaymans@redhat.com>
Mon, 28 Mar 2016 11:25:53 +0000 (13:25 +0200)
commitd969a7a9d8bd2da477e4de9f6a86e18c06174972
tree7a9e247daca076b58bcb864908d7938a7d4da57c
parent107f53ea0a36e16a8ac1b12b48f1809831e3f9a8
audio-resampler: reorder filter coefficients for more speed

Reorder the filter coefficients to make it easier to use SIMD for
interpolation.
Fix orc flags a little.
Add specialized nearest resampling function.
gst-libs/gst/audio/audio-resampler-neon.h
gst-libs/gst/audio/audio-resampler-x86.h
gst-libs/gst/audio/audio-resampler.c