--- trunk/xvidcore/examples/xvid_bench.c 2006/10/13 15:19:48 1738 +++ 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.31 2006-10-13 15:19:48 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; @@ -2026,8 +2091,7 @@ t = (gettime_usec() - t) / nb_tests; printf("%s - ssim-consim %.3f usec devs=[0x%x 0x%x 0x%x] %s\n", cpu->name, 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) {