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
..
Makefile
audio_convert.asm x86/swr: replace sse4 instructions in pack_6ch with sse ones 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
rematrix.asm
rematrix_init.c
resample.asm
resample_init.c
w64xmmtest.c