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

Diff of /xvidcore/src/encoder.h

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

revision 1.1, Fri Mar 8 02:44:31 2002 UTC revision 1.4, Wed Apr 10 07:40:44 2002 UTC
# Line 66  Line 66 
66          uint32_t quant_type;          uint32_t quant_type;
67          uint32_t motion_flags;          uint32_t motion_flags;
68          uint32_t global_flags;          uint32_t global_flags;
69    
70            HINTINFO * hint;
71  } MBParam;  } MBParam;
72    
73  typedef struct  typedef struct
# Line 95  Line 97 
97    
98      IMAGE sCurrent;      IMAGE sCurrent;
99      IMAGE sReference;      IMAGE sReference;
100    #ifdef _DEBUG
101            IMAGE sOriginal;
102    #endif
103      IMAGE vInterH;      IMAGE vInterH;
104      IMAGE vInterV;      IMAGE vInterV;
105            IMAGE vInterVf;
106      IMAGE vInterHV;      IMAGE vInterHV;
107            IMAGE vInterHVf;
108    
109          // macroblock          // macroblock
110    

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

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