summaryrefslogtreecommitdiff
path: root/libswresample/x86/audio_convert.asm
Commit message (Expand)AuthorAgeFilesLines
* swr: replace the remaining 2 audio convert SIMD macros by the new onesMichael Niedermayer2012-05-051-70/+8
* swr: fix internal asm labelsMichael Niedermayer2012-05-051-4/+4
* swr: fix PACK_2CH register countMichael Niedermayer2012-05-051-1/+1
* swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macrosMichael Niedermayer2012-05-051-145/+47
* swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2Michael Niedermayer2012-05-051-0/+148
* swr: change simd len argument to be in samples instead of dst bytes.Michael Niedermayer2012-05-051-0/+6
* swr: add ff_int32_to_float_a_avxMichael Niedermayer2012-05-031-3/+9
* swr: int32_to_int16_mmx/sseMichael Niedermayer2012-04-291-0/+31
* swr: float_to_int16_sse2()Michael Niedermayer2012-04-291-0/+33
* swr: float_to_int32_sse2()Michael Niedermayer2012-04-291-0/+37
* swr: add int16_to_float_sse2()Michael Niedermayer2012-04-281-0/+36
* swr: add int32_to_float_sse2Michael Niedermayer2012-04-281-0/+44
* swr: int16->int32: use the old index negate trick to avoid 2 addsMichael Niedermayer2012-04-281-11/+13
* swr: more correct cglobal parameters to int16->int32Michael Niedermayer2012-04-281-1/+1
* swr: seperate functions for aligned & unalignedMichael Niedermayer2012-04-281-6/+16
* swr: add int16_to_int32_mmx/sseMichael Niedermayer2012-04-281-0/+52