[svn] / trunk / xvidcore / src / plugins / plugin_ssim.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/plugins/plugin_ssim.c

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

revision 1812, Thu Nov 27 20:17:39 2008 UTC revision 1813, Thu Nov 27 20:34:53 2008 UTC
# Line 480  Line 480 
480    
481  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
482          {          {
483          int cpu_flags = param->cpu_flags;          int cpu_flags = (param->cpu_flags & XVID_CPU_FORCE) ? param->cpu_flags : check_cpu_features();
484    
485                  if((cpu_flags & XVID_CPU_MMX) && (param->acc > 0)){                  if((cpu_flags & XVID_CPU_MMX) && (param->acc > 0)){
486                          ssim->func8x8 = lum_8x8_mmx;                          ssim->func8x8 = lum_8x8_mmx;

Legend:
Removed from v.1812  
changed lines
  Added in v.1813

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