[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.2, Thu Mar 21 23:59:48 2002 UTC revision 1.9, Sat Feb 15 15:22:18 2003 UTC
# Line 3  Line 3 
3    
4  #include "../portab.h"  #include "../portab.h"
5    
6  typedef uint32_t (cbpFunc)(const int16_t codes[6][64]);  typedef uint32_t(cbpFunc) (const int16_t * codes);
7    
8  typedef cbpFunc* cbpFuncPtr;  typedef cbpFunc* cbpFuncPtr;
9    
# Line 11  Line 11 
11    
12  extern cbpFunc calc_cbp_c;  extern cbpFunc calc_cbp_c;
13  extern cbpFunc calc_cbp_mmx;  extern cbpFunc calc_cbp_mmx;
14    extern cbpFunc calc_cbp_3dne;
15    extern cbpFunc calc_cbp_sse2;
16  extern cbpFunc calc_cbp_ppc;  extern cbpFunc calc_cbp_ppc;
17    extern cbpFunc calc_cbp_altivec;
18    
19  #endif /* _ENCODER_CBP_H_ */  #endif /* _ENCODER_CBP_H_ */

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

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