Michael Niedermayer
|
cbbc472467
|
swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3
more than 10% faster (tested on sandybridge)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-05-06 19:39:52 +02:00 |
|
Michael Niedermayer
|
72ae583b7d
|
swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD functions)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-05-06 17:25:52 +02:00 |
|
Michael Niedermayer
|
11ad5f0d7d
|
swr-x86-simd: create prototypes with macros, this is simpler.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-05-06 17:25:52 +02:00 |
|
Michael Niedermayer
|
47055b8913
|
swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-05-05 18:32:34 +02:00 |
|
Michael Niedermayer
|
c1fe2db376
|
swr: add ff_int32_to_float_a_avx
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-05-03 15:58:51 +02:00 |
|
Michael Niedermayer
|
65722e7fc5
|
swr: int32_to_int16_mmx/sse
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-04-29 14:20:35 +02:00 |
|
Michael Niedermayer
|
73edb58c3c
|
swr: float_to_int16_sse2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-04-29 12:18:14 +02:00 |
|
Michael Niedermayer
|
5932938c9a
|
swr: float_to_int32_sse2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-04-29 11:37:32 +02:00 |
|
Michael Niedermayer
|
b72a0f9c23
|
swr: add int16_to_float_sse2()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-04-28 19:07:30 +02:00 |
|
Michael Niedermayer
|
832c3b10d2
|
swr: add int32_to_float_sse2
could be done for sse/3dnow too if someone wants
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-04-28 17:06:11 +02:00 |
|
Michael Niedermayer
|
fa5daaca0d
|
swr: seperate functions for aligned & unaligned
If someone has an idea on how to do this cleaner, its welcome
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-04-28 13:15:44 +02:00 |
|
Michael Niedermayer
|
bcc66ff0e4
|
swr: add int16_to_int32_mmx/sse
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2012-04-28 13:15:44 +02:00 |
|