summaryrefslogtreecommitdiff
path: root/libavcodec/x86/imdct36_sse.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-281-721/+0
|
* imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-291-1/+1
| | | | | | On x86-64, it indeed uses all 16 registers (and on x86-32, this gets clipped to 8). Not marking it properly causes callers of this function to fail randomly because of XMM register clobbering.
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-4/+4
| | | | This allows combining multiple conditionals in a single statement.
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-081-0/+721
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>