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

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

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

revision 1.9, Mon Mar 22 22:36:23 2004 UTC revision 1.13, Wed Nov 26 01:04:34 2008 UTC
# Line 37  Line 37 
37  idctFunc idct_int32;  idctFunc idct_int32;
38  idctFunc simple_idct_c;         /* Michael Niedermayer */  idctFunc simple_idct_c;         /* Michael Niedermayer */
39    
40  #ifdef ARCH_IS_IA32  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
41  idctFunc idct_mmx;                      /* AP-992, Peter Gubanov, Michel Lespinasse */  idctFunc idct_mmx;                      /* AP-992, Peter Gubanov, Michel Lespinasse */
42  idctFunc idct_xmm;                      /* AP-992, Peter Gubanov, Michel Lespinasse */  idctFunc idct_xmm;                      /* AP-992, Peter Gubanov, Michel Lespinasse */
43  idctFunc idct_3dne;                     /* AP-992, Peter Gubanov, Michel Lespinasse, Jaan Kalda */  idctFunc idct_3dne;                     /* AP-992, Peter Gubanov, Michel Lespinasse, Jaan Kalda */
44  idctFunc idct_sse2_skal;        /* Skal's one, not IEEE 1180 compliant for range [-300..300[ */  idctFunc idct_sse2_skal;        /* Skal's one, IEEE 1180 compliant */
45  idctFunc idct_sse2_dmitry;      /* Dmitry Rozhdestvensky */  idctFunc idct_sse2_dmitry;      /* Dmitry Rozhdestvensky */
 idctFunc simple_idct_mmx;       /* Michael Niedermayer; expects permutated data */  
 idctFunc simple_idct_mmx2;      /* Michael Niedermayer */  
 #endif  
   
 #ifdef ARCH_IS_ALTIVEC  
 idctFunc idct_altivec;  
46  #endif  #endif
47    
48  #ifdef ARCH_IS_IA64  #ifdef ARCH_IS_IA64
49  idctFunc idct_ia64;  idctFunc idct_ia64;
50  #endif  #endif
51    
52    #ifdef ARCH_IS_PPC
53    idctFunc idct_altivec_c;
54    #endif
55    
56  #endif                                                  /* _IDCT_H_ */  #endif                                                  /* _IDCT_H_ */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.13

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