summaryrefslogtreecommitdiffstats
path: root/libavresample/x86/audio_mix.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-5/+5
|
* x86: add colons after labelsMans Rullgard2012-08-071-1/+1
| | | | | | nasm prints a warning if the colon is missing. Signed-off-by: Mans Rullgard <mans@mansr.com>
* lavr: add x86-optimized mixing functionsJustin Ruggles2012-07-271-0/+293
| | | | | Adds optimized functions for mixing 3 through 8 input channels to 1 and 2 output channels in fltp or s16p format with flt coeffs.
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-261-10/+0
|
* lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()Justin Ruggles2012-07-251-0/+5
|
* lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffsJustin Ruggles2012-06-181-0/+47
|
* lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffsJustin Ruggles2012-06-181-0/+34
|
* lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffsJustin Ruggles2012-05-291-0/+41
|
* lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffsJustin Ruggles2012-05-291-0/+45
|
* Fix compilation with YASM/NASM without AVX support.Reimar Döffinger2012-05-011-0/+2
| | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* Add libavresampleJustin Ruggles2012-04-241-0/+64
This is a new library for audio sample format, channel layout, and sample rate conversion.
OpenPOWER on IntegriCloud