OSDN Git Service

swr: add int16_to_int32_mmx/sse
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 28 Apr 2012 10:23:42 +0000 (12:23 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 28 Apr 2012 11:15:44 +0000 (13:15 +0200)
commitbcc66ff0e4ba50033804aaaf0eb1f92aab959c80
treef3f45200cd3fe8fb0bbc27b806b7497913596905
parent06b62cb8f2886eb1baf60c3146f4c4cade31e369
swr: add int16_to_int32_mmx/sse

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libswresample/audioconvert.c
libswresample/audioconvert.h
libswresample/swresample_internal.h
libswresample/x86/Makefile [new file with mode: 0644]
libswresample/x86/audio_convert.asm [new file with mode: 0644]
libswresample/x86/swresample_x86.c [new file with mode: 0644]