diff h264.h @ 6320:ffb2a7b80d6d libavcodec

ff_h264_idct8_add_sse2. compared to mmx, 217->126 cycles on core2, 262->220 on k8.
author lorenm
date Sun, 03 Feb 2008 07:05:11 +0000
parents 1d83e9c34641
children ecbe9565dcae
line wrap: on
line diff
--- a/h264.h	Sun Feb 03 03:21:47 2008 +0000
+++ b/h264.h	Sun Feb 03 07:05:11 2008 +0000
@@ -348,7 +348,7 @@
     GetBitContext *intra_gb_ptr;
     GetBitContext *inter_gb_ptr;
 
-    DECLARE_ALIGNED_8(DCTELEM, mb[16*24]);
+    DECLARE_ALIGNED_16(DCTELEM, mb[16*24]);
     DCTELEM mb_padding[256];        ///< as mb is addressed by scantable[i] and scantable is uint8_t we can either check that i is not to large or ensure that there is some unused stuff after mb
 
     /**