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

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

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

revision 3, Fri Mar 8 02:46:11 2002 UTC revision 113, Wed Apr 10 07:40:51 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.3  
changed lines
  Added in v.113

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