[cvs] / xvidcore / src / bitstream / cbp.h Repository:
ViewVC logotype

Diff of /xvidcore/src/bitstream/cbp.h

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

revision 1.9.2.2, Wed Aug 13 11:43:49 2003 UTC revision 1.12, Wed Nov 26 01:04:34 2008 UTC
# Line 38  Line 38 
38  extern cbpFunc calc_cbp_c;  extern cbpFunc calc_cbp_c;
39  extern cbpFunc calc_cbp_plain;  extern cbpFunc calc_cbp_plain;
40    
41  #ifdef ARCH_IS_IA32  #if defined(ARCH_IS_IA32) || defined(ARCH_IS_X86_64)
42  extern cbpFunc calc_cbp_mmx;  extern cbpFunc calc_cbp_mmx;
 extern cbpFunc calc_cbp_3dne;  
43  extern cbpFunc calc_cbp_sse2;  extern cbpFunc calc_cbp_sse2;
44  #endif  #endif
45    
 #ifdef ARCH_IS_PPC  
 extern cbpFunc calc_cbp_ppc;  
 #endif  
   
 #ifdef ARCH_IS_ALTIVEC  
 extern cbpFunc calc_cbp_altivec;  
 #endif  
   
46  #endif /* _ENCODER_CBP_H_ */  #endif /* _ENCODER_CBP_H_ */

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.12

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