[cvs] / xvidcore / examples / xvid_bench.c Repository:
ViewVC logotype

Diff of /xvidcore/examples/xvid_bench.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34, Wed Nov 1 07:12:26 2006 UTC revision 1.35, Thu Dec 21 23:27:35 2006 UTC
# Line 2060  Line 2060 
2060                  lum8x8 = lum_8x8_c;                  lum8x8 = lum_8x8_c;
2061                  lum2x8 = lum_2x8_c;                  lum2x8 = lum_2x8_c;
2062                  csim   = consim_c;                  csim   = consim_c;
2063    #ifdef ARCH_IS_IA32
2064                  if (cpu->cpu & XVID_CPU_MMX){                  if (cpu->cpu & XVID_CPU_MMX){
2065                          lum8x8 = lum_8x8_mmx;                          lum8x8 = lum_8x8_mmx;
2066                          csim = consim_mmx;                          csim = consim_mmx;
# Line 2067  Line 2068 
2068                  if (cpu->cpu & XVID_CPU_MMX){                  if (cpu->cpu & XVID_CPU_MMX){
2069                          csim = consim_sse2;                          csim = consim_sse2;
2070                  }                  }
2071    #endif
2072                  t = gettime_usec();                  t = gettime_usec();
2073                  emms();                  emms();
2074                  for(tst=0; tst<nb_tests; ++tst) m = lum8x8(Ref1, 16);                  for(tst=0; tst<nb_tests; ++tst) m = lum8x8(Ref1, 16);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4