summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_idct.asm
Commit message (Expand)AuthorAge
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-26
* Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, thisRonald S. Bultje2010-09-24
* Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in theRonald S. Bultje2010-09-24
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14