Diego Biurrun
|
55519926ef
|
x86: Make function prototype comments in assembly code consistent
This helps grepping for functions, among other things.
|
11 years ago |
Diego Biurrun
|
88bd7fdc82
|
Drop DCTELEM typedef
It does not help as an abstraction and adds dsputil dependencies.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
12 years ago |
Diego Biurrun
|
04581c8c77
|
x86: yasm: Use complete source path for macro helper %includes
This is more consistent with the way we handle C #includes and
it simplifies the build system.
|
12 years ago |
Diego Biurrun
|
6860b4081d
|
x86: include x86inc.asm in x86util.asm
This is necessary to allow refactoring some x86util macros with cpuflags.
|
12 years ago |
Carl Eugen Hoyos
|
52be5428c0
|
Add some missing _EXTERNAL suffixes to yasm source files.
|
12 years ago |
Diego Biurrun
|
03737412a3
|
x86: proresdsp: improve SIGNEXTEND macro comments
|
12 years ago |
Ronald S. Bultje
|
5361e10a5e
|
proresdsp: port x86 assembly to cpuflags.
|
12 years ago |
Reimar Döffinger
|
f51a072160
|
Fix compilation without HAVE_AVX.
%ifdef HAVE_AVX must now be %if HAVE_AVX.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
|
13 years ago |
Ronald S. Bultje
|
3b15a6d742
|
config.asm: change %ifdef directives to %if directives.
This allows combining multiple conditionals in a single statement.
|
13 years ago |
Carl Eugen Hoyos
|
ef3a19d595
|
Fix compilation with yasm-0.6.2
|
13 years ago |
Michael Niedermayer
|
dc66951bb2
|
proresdsp: fix rounding
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
67dad8e7b1
|
proresdsp: Correct credits to point to the Author and not just the code this is based on.
Also change Libav to FFmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
370d7ef2c7
|
proresdsp: Optimize series of padds out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
6398c0f7e1
|
proresdsp.asm: Remove useless instructions.
|
13 years ago |
Elvis Presley
|
b87d882578
|
proresdsp.asm: drop useless shifts
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Ronald S. Bultje
|
e3f530feca
|
prores: idct sse2/sse4 optimizations.
~3.0-3.5x as fast as original C version, 1.6x as fast overall.
|
13 years ago |