[svn] / tags / branch-release-1-0 / xvidcore / src / bitstream / cbp.h Repository:
ViewVC logotype

Diff of /tags/branch-release-1-0/xvidcore/src/bitstream/cbp.h

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

trunk/xvidcore/src/bitstream/cbp.h revision 71, Wed Mar 27 12:58:29 2002 UTC tags/branch-release-1-0/xvidcore/src/bitstream/cbp.h revision 908, Thu Mar 6 21:12:04 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_sse2;
15  extern cbpFunc calc_cbp_ppc;  extern cbpFunc calc_cbp_ppc;
16  extern cbpFunc calc_cbp_altivec;  extern cbpFunc calc_cbp_altivec;
17    

Legend:
Removed from v.71  
changed lines
  Added in v.908

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