--- branches/dev-api-4/xvidcore/examples/xvid_bench.c 2003/12/12 15:09:01 1260 +++ branches/dev-api-4/xvidcore/examples/xvid_bench.c 2003/12/13 00:04:09 1261 @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: xvid_bench.c,v 1.9.2.9 2003-11-30 16:13:15 edgomez Exp $ + * $Id: xvid_bench.c,v 1.9.2.10 2003-12-13 00:04:08 edgomez Exp $ * ****************************************************************************/ @@ -342,7 +342,9 @@ int tst; CPU *cpu; int i; - uint8_t Cur[16*16], Ref1[16*16], Ref2[16*16]; + DECLARE_ALIGNED_MATRIX(Cur, 16, 16, uint8_t, 16); + DECLARE_ALIGNED_MATRIX(Ref1, 16, 16, uint8_t, 16); + DECLARE_ALIGNED_MATRIX(Ref2, 16, 16, uint8_t, 16); printf( "\n ====== test SAD ======\n" ); for(i=0; i<16*16;++i) { @@ -634,7 +636,7 @@ for(q=1; q<=max_Q; ++q) { \ for(tst=0; tst