[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.4, Thu Mar 28 20:57:24 2002 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 12  Line 12 
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_ppc;  extern cbpFunc calc_cbp_ppc;
15    extern cbpFunc calc_cbp_altivec;
16    
17  #endif /* _ENCODER_CBP_H_ */  #endif /* _ENCODER_CBP_H_ */

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

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