[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.14, Thu May 2 22:35:08 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    #ifdef EXPERIMENTAL_SSE2_CODE
200                    quant_intra = quant_intra_sse2;
201                    dequant_intra = dequant_intra_sse2;
202                    quant_inter = quant_inter_sse2;
203                    dequant_inter = dequant_inter_sse2;
204    
205                    calc_cbp = calc_cbp_sse2;
206                    sad16 = sad16_sse2;
207                    dev16 = dev16_sse2;
208                    idct = idct_sse2;
209                    fdct = fdct_sse2;
210    #endif
211            }
212    
213  #endif  #endif
214  #ifdef ARCH_PPC  #ifdef ARCH_PPC
215  #ifdef ARCH_PPC_ALTIVEC  #ifdef ARCH_PPC_ALTIVEC

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.14

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