--- trunk/xvidcore/examples/xvid_bench.c 2006/10/11 14:55:28 1731 +++ trunk/xvidcore/examples/xvid_bench.c 2006/10/30 11:21:42 1743 @@ -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.29 2006-10-11 14:55:28 Skal Exp $ + * $Id: xvid_bench.c,v 1.33 2006-10-30 11:21:42 Skal Exp $ * ****************************************************************************/ @@ -1725,8 +1725,8 @@ for(tst=0; tstcpu & XVID_CPU_MMX){ lum8x8 = lum_8x8_mmx; csim = consim_mmx; @@ -2012,22 +2077,21 @@ t = gettime_usec(); emms(); - for(tst=0; tstname, t, m, - (m!=-841)?"| ERROR": "" ); + (m!=681)?"| ERROR": "" ); t = gettime_usec(); emms(); for(tst=0; tstname, t, devs[0], devs[1], devs[2], - (devs[0]!=0xeba80 || devs[1]!=0x1053e7 || devs[2]!=0x51215)?"| ERROR": "" ); - + (devs[0]!=0x1bdf0f || devs[1]!=0x137258 || devs[2]!=0xcdb13)?"| ERROR": "" ); printf( " --- \n" ); } } @@ -2103,6 +2167,7 @@ if (what==0 || what==13) test_compiler(); if (what==0 || what==14) test_yuv(); if (what==0 || what==15) test_SSIM(); + if (what==0 || what==16) test_yuv2(); if (what==7) {