[svn] / branches / dev-api-3 / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/encoder.h

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

revision 690, Wed Dec 4 12:31:18 2002 UTC revision 702, Tue Dec 10 11:13:50 2002 UTC
# Line 36  Line 36 
36   *               support for EXTENDED API   *               support for EXTENDED API
37   *  - 22.08.2001 fixed bug in iDQtab   *  - 22.08.2001 fixed bug in iDQtab
38   *   *
39   *  $Id: encoder.h,v 1.18.2.6 2002-12-04 12:31:18 suxen_drol Exp $   *  $Id: encoder.h,v 1.18.2.8 2002-12-10 11:13:50 suxen_drol Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# 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 93  Line 92 
92          uint32_t fincr;          uint32_t fincr;
93          uint32_t fbase;          uint32_t fbase;
94    
95            /* constants */
96            int global;
97            int bquant_ratio;
98            int bquant_offset;
99            int frame_drop_ratio;
100    
101  #ifdef _SMP  #ifdef _SMP
102          int num_threads;          int num_threads;
103  #endif  #endif
104    
105            int iMaxKeyInterval;
106          int max_bframes;          int max_bframes;
107    
108          /* rounding type; alternate 0-1 after each interframe */          /* rounding type; alternate 0-1 after each interframe */
# Line 109  Line 115 
115          uint32_t m_rounding_type;          uint32_t m_rounding_type;
116          uint32_t m_fcode;          uint32_t m_fcode;
117          uint32_t m_quarterpel;          uint32_t m_quarterpel;
118            int m_reduced_resolution;       /* reduced_resolution_enable */
119    
120          HINTINFO *hint;          HINTINFO *hint;
121    
# Line 161  Line 168 
168          MBParam mbParam;          MBParam mbParam;
169    
170          int iFrameNum;          int iFrameNum;
         int iMaxKeyInterval;  
171          int bitrate;          int bitrate;
172    
173          // images          // images
# Line 178  Line 184 
184          IMAGE vInterHV;          IMAGE vInterHV;
185          IMAGE vInterHVf;          IMAGE vInterHVf;
186    
         /* constants */  
         int global;  
         int bquant_ratio;  
         int bquant_offset;  
         int frame_drop_ratio;  
   
187          /* image queue */          /* image queue */
188          int queue_head;          int queue_head;
189          int queue_tail;          int queue_tail;

Legend:
Removed from v.690  
changed lines
  Added in v.702

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