[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.7, Mon Dec 9 10:47:05 2002 UTC revision 1.18.2.10, Sat Jan 25 22:44:50 2003 UTC
# Line 46  Line 46 
46  #include "xvid.h"  #include "xvid.h"
47  #include "portab.h"  #include "portab.h"
48  #include "global.h"  #include "global.h"
 #include "image/image.h"  
49  #include "utils/ratecontrol.h"  #include "utils/ratecontrol.h"
50    
51  /*****************************************************************************  /*****************************************************************************
# Line 99  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 133  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 156  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 176  Line 173 
173          FRAMEINFO *current;          FRAMEINFO *current;
174          FRAMEINFO *reference;          FRAMEINFO *reference;
175    
 #ifdef _DEBUG_PSNR  
176          IMAGE sOriginal;          IMAGE sOriginal;
 #endif  
177          IMAGE vInterH;          IMAGE vInterH;
178          IMAGE vInterV;          IMAGE vInterV;
179          IMAGE vInterVf;          IMAGE vInterVf;
180          IMAGE vInterHV;          IMAGE vInterHV;
181          IMAGE vInterHVf;          IMAGE vInterHVf;
182    
183            IMAGE vGMC;
184    
185          /* image queue */          /* image queue */
186          int queue_head;          int queue_head;
187          int queue_tail;          int queue_tail;

Legend:
Removed from v.1.18.2.7  
changed lines
  Added in v.1.18.2.10

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