audio-resampler: Improve taps memory layout
authorWim Taymans <wtaymans@redhat.com>
Thu, 11 Feb 2016 10:57:26 +0000 (11:57 +0100)
committerWim Taymans <wtaymans@redhat.com>
Mon, 28 Mar 2016 11:25:52 +0000 (13:25 +0200)
commitf6e0481ab5d5f9ba4ffa73a6f33b685bc1fa812d
tree78e83094006c06b1784aef46dca6824cff2889b6
parente9fc039bb12edbf6b9be4550e74237846488ee14
audio-resampler: Improve taps memory layout

Rearrange the oversampled taps in memory to make it easier to use
SIMD instructions on them. this simplifies some sse code.
Add some more optimizations
gst-libs/gst/audio/audio-resampler-x86.h
gst-libs/gst/audio/audio-resampler.c