[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.18.2.8, Tue Dec 10 11:13:50 2002 UTC revision 1.18.2.9, Sat Jan 11 14:59:23 2003 UTC
# Line 98  Line 98 
98          int bquant_offset;          int bquant_offset;
99          int frame_drop_ratio;          int frame_drop_ratio;
100    
 #ifdef _SMP  
         int num_threads;  
 #endif  
   
101          int iMaxKeyInterval;          int iMaxKeyInterval;
102          int max_bframes;          int max_bframes;
103    
# Line 132  Line 128 
128          int kblks;          int kblks;
129          int mblks;          int mblks;
130          int ublks;          int ublks;
131            int gblks;
132  }  }
133  Statistics;  Statistics;
134    
# Line 155  Line 152 
152          IMAGE image;          IMAGE image;
153    
154          MACROBLOCK *mbs;          MACROBLOCK *mbs;
155          VECTOR GMC_MV;  
156            WARPPOINTS warp;                // as in bitstream
157            GMC_DATA gmc_data;              // common data for all MBs
158    
159          Statistics sStat;          Statistics sStat;
160  }  }
161  FRAMEINFO;  FRAMEINFO;
162    
163    
   
164  typedef struct  typedef struct
165  {  {
166          MBParam mbParam;          MBParam mbParam;
# Line 184  Line 182 
182          IMAGE vInterHV;          IMAGE vInterHV;
183          IMAGE vInterHVf;          IMAGE vInterHVf;
184    
185            IMAGE vGMC;
186    
187          /* image queue */          /* image queue */
188          int queue_head;          int queue_head;
189          int queue_tail;          int queue_tail;

Legend:
Removed from v.1.18.2.8  
changed lines
  Added in v.1.18.2.9

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