[cvs] / xvidcore / src / dct / fdct.h Repository:
ViewVC logotype

Diff of /xvidcore/src/dct/fdct.h

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

revision 1.7.2.4, Sun Nov 2 23:02:52 2003 UTC revision 1.11, Wed Nov 26 01:04:34 2008 UTC
# Line 33  Line 33 
33    
34  fdctFunc fdct_int32;  fdctFunc fdct_int32;
35    
36  #ifdef ARCH_IS_IA32  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
37  fdctFunc fdct_mmx_ffmpeg;  fdctFunc fdct_mmx_ffmpeg;
38  fdctFunc fdct_xmm_ffmpeg;  fdctFunc fdct_xmm_ffmpeg;
39  fdctFunc fdct_mmx_skal;  fdctFunc fdct_mmx_skal;
# Line 41  Line 41 
41  fdctFunc fdct_sse2_skal;  fdctFunc fdct_sse2_skal;
42  #endif  #endif
43    
 #ifdef ARCH_IS_ALTIVEC  
 fdctFunc fdct_altivec;  
 #endif  
   
44  #ifdef ARCH_IS_IA64  #ifdef ARCH_IS_IA64
45  fdctFunc fdct_ia64;  fdctFunc fdct_ia64;
46  #endif  #endif

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

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