[cvs] / xvidcore / src / image / image.c Repository:
ViewVC logotype

Diff of /xvidcore/src/image/image.c

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

revision 1.37, Fri Oct 13 08:39:31 2006 UTC revision 1.38, Fri Oct 13 11:26:18 2006 UTC
# Line 1058  Line 1058 
1058          if (img->csp!=XVID_CSP_PLANAR && img->csp!=XVID_CSP_I420 && img->csp!=XVID_CSP_YV12)          if (img->csp!=XVID_CSP_PLANAR && img->csp!=XVID_CSP_I420 && img->csp!=XVID_CSP_YV12)
1059                  return 0;       /* not yet supported */                  return 0;       /* not yet supported */
1060          if (deintl_core==0) {          if (deintl_core==0) {
                 const int cpu_flags = check_cpu_features();  
1061                  deintl_core = deinterlace_c;                  deintl_core = deinterlace_c;
1062  #ifdef ARCH_IS_IA32  #ifdef ARCH_IS_IA32
1063                    {
1064                            int cpu_flags = check_cpu_features();
1065                  if (cpu_flags & XVID_CPU_MMX)                  if (cpu_flags & XVID_CPU_MMX)
1066                          deintl_core = xvid_deinterlace_sse;                          deintl_core = xvid_deinterlace_sse;
1067                    }
1068  #endif  #endif
1069          }          }
1070          if (!bottom_first) {          if (!bottom_first) {

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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