ffmpeg/libswresample/x86
James Almer b385c4c6a3 x86/swr: replace sse4 instructions in pack_6ch with sse ones
There's no benefit from using blendps here except on CPUs with AVX, where
it's faster than shufps according to Intel's documentation.
As such, rename the sse4 functions to sse/sse2 and use shufps instead.

Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com>
2014-11-06 20:54:00 -03:00
..
audio_convert_init.c x86/swr: replace sse4 instructions in pack_6ch with sse ones 2014-11-06 20:54:00 -03:00
audio_convert.asm x86/swr: replace sse4 instructions in pack_6ch with sse ones 2014-11-06 20:54:00 -03:00
Makefile x86/swr: split audioconvert and rematrix DSP into separate files 2014-07-04 02:00:11 +02:00
rematrix_init.c x86/swr: use lavu helper macros to check CPU extensions 2014-07-04 02:12:16 +02:00
rematrix.asm x86: Fix compilation with nasm on PPC & OS/2 2013-10-08 12:36:19 +02:00
resample_init.c x86/swr: use lavu helper macros to check CPU extensions 2014-07-04 02:12:16 +02:00
resample.asm x86/swr: add ff_resample_{common, linear}_int16_xop 2014-07-02 01:11:20 +02:00
w64xmmtest.c swresample: Add arm&x86 clobber tests 2014-01-18 18:38:57 +01:00