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

Diff of /xvidcore/src/xvid.c

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

revision 1.11, Sat Apr 13 16:30:01 2002 UTC revision 1.12, 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.1.11  
changed lines
  Added in v.1.12

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