summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dct32_sse.asm
Commit message (Expand)AuthorAge
* Fix NASM include directiveDave Yeo2011-08-15
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* dct32: Add SSE2 ASM optimizationsVitor Sessak2011-08-02
* x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-23
* dct32_sse: eliminate some spillsLoren Merritt2011-05-22
* dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-21
* dct32: Change pass 6 permutation to allow for AVX implementationVitor Sessak2011-05-21
* dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-21