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

Diff of /xvidcore/src/global.h

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

revision 1.5, Sat Apr 13 16:30:01 2002 UTC revision 1.6, Fri May 3 00:45:10 2002 UTC
# Line 20  Line 20 
20  #define MODE_INTERPOLATE        1  #define MODE_INTERPOLATE        1
21  #define MODE_BACKWARD           2  #define MODE_BACKWARD           2
22  #define MODE_FORWARD            3  #define MODE_FORWARD            3
23    #define MODE_DIRECT_NONE_MV     4
24    
25    
26  typedef struct  typedef struct
# Line 67  Line 68 
68          VECTOR b_mvs[4];          VECTOR b_mvs[4];
69          VECTOR b_pmvs[4];          VECTOR b_pmvs[4];
70    
71            int mb_type;
72            int dbquant;
73    
74  } MACROBLOCK;  } MACROBLOCK;
75    
76  static __inline int8_t get_dc_scaler(int32_t quant, uint32_t lum)  static __inline int8_t get_dc_scaler(int32_t quant, uint32_t lum)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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