log x86/h264_idct.asm @ 12511:41ebcc0afb40 libavcodec

age author description
Fri, 24 Sep 2010 14:07:23 +0000 rbultje Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this libavcodec
Fri, 24 Sep 2010 14:05:45 +0000 rbultje Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the libavcodec
Tue, 14 Sep 2010 13:36:26 +0000 rbultje Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from libavcodec