1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libswresample/x86
James Almer 7c8bf09edd swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2
pshuf+paddd is slightly faster than phaddd.
The real gain is in pre-ssse3 processors like AMD K8 and K10, which get
a big boost in performance compared to the mmxext version

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-18 15:00:50 +01:00
..
audio_convert.asm
Makefile swresample: Add arm&x86 clobber tests 2014-01-18 18:38:57 +01:00
rematrix.asm
resample_mmx.h swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 2014-03-18 15:00:50 +01:00
swresample_x86.c
w64xmmtest.c swresample: Add arm&x86 clobber tests 2014-01-18 18:38:57 +01:00