diff asv1.c @ 6571:ad0c77d2b6ee libavcodec

Increase alignment for DCT block arrays from 8 to 16 Patch by Alexander Strange ( astrange ithinksw com )
author superdump
date Tue, 08 Apr 2008 01:09:33 +0000
parents 48759bfbd073
children a4104482ceef
line wrap: on
line diff
--- a/asv1.c	Tue Apr 08 00:57:12 2008 +0000
+++ b/asv1.c	Tue Apr 08 01:09:33 2008 +0000
@@ -47,7 +47,7 @@
     int mb_height;
     int mb_width2;
     int mb_height2;
-    DECLARE_ALIGNED_8(DCTELEM, block[6][64]);
+    DECLARE_ALIGNED_16(DCTELEM, block[6][64]);
     DECLARE_ALIGNED_8(uint16_t, intra_matrix[64]);
     DECLARE_ALIGNED_8(int, q_intra_matrix[64]);
     uint8_t *bitstream_buffer;