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

Diff of /trunk/xvidcore/src/xvid.c

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

revision 118, Sat Apr 13 16:30:02 2002 UTC revision 126, Wed Apr 17 10:54:19 2002 UTC
# Line 195  Line 195 
195                  interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_3dn;                  interpolate8x8_halfpel_hv = interpolate8x8_halfpel_hv_3dn;
196          }          }
197    
198            if((cpu_flags & XVID_CPU_SSE2) > 0) {
199    //              calc_cbp = calc_cbp_sse2;
200    //              sad16 = sad16_sse2;
201    //              quant_inter = quant_inter_sse2;
202    //              dequant_inter = dequant_inter_sse2;
203            }
204    
205  #endif  #endif
206  #ifdef ARCH_PPC  #ifdef ARCH_PPC
207  #ifdef ARCH_PPC_ALTIVEC  #ifdef ARCH_PPC_ALTIVEC

Legend:
Removed from v.118  
changed lines
  Added in v.126

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