[svn] / trunk / xvidcore / src / global.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/global.h

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

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 101, Fri Apr 5 14:40:36 2002 UTC
# Line 1  Line 1 
1  #ifndef _GLOBAL_H_  #ifndef _GLOBAL_H_
2  #define _GLOBAL_H_  #define _GLOBAL_H_
3    
4    #include "xvid.h"
5  #include "portab.h"  #include "portab.h"
6    
7  /* --- macroblock stuff --- */  /* --- macroblock stuff --- */
# Line 15  Line 16 
16    
17  typedef struct  typedef struct
18  {  {
19          int x;          uint32_t bufa;
20          int y;          uint32_t bufb;
21  } VECTOR;          uint32_t buf;
22            uint32_t pos;
23            uint32_t *tail;
24            uint32_t *start;
25            uint32_t length;
26    }
27    Bitstream;
28    
29    
30  #define MBPRED_SIZE  15  #define MBPRED_SIZE  15
# Line 36  Line 43 
43          int mode;          int mode;
44          int quant;              // absolute quant          int quant;              // absolute quant
45    
46            int field_dct;
47            int field_pred;
48            int field_for_top;
49            int field_for_bot;
50    
51          // encoder specific          // encoder specific
52    
53          VECTOR pmvs[4];          VECTOR pmvs[4];

Legend:
Removed from v.3  
changed lines
  Added in v.101

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