audio-resampler: avoid some format conversion
authorWim Taymans <wtaymans@redhat.com>
Mon, 22 Feb 2016 12:19:02 +0000 (13:19 +0100)
committerWim Taymans <wtaymans@redhat.com>
Mon, 28 Mar 2016 11:25:53 +0000 (13:25 +0200)
commit027165621b5735b2841bd2cf02271c24033731c6
treea64e8ff165552a4200308f8e0afb521ff03a9d8a
parent2c33c2134ce2317b32b3699c6ea53138e03cb54a
audio-resampler: avoid some format conversion

Store the filter in the desired sample format so that we can simply do a
linear or cubic interpolation to get the new filter instead of having to
go through gdouble and then convert.
gst-libs/gst/audio/audio-resampler-x86.h
gst-libs/gst/audio/audio-resampler.c