[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.27.2.6, Wed Mar 26 11:01:03 2003 UTC revision 1.27.2.8, Sun May 18 12:33:26 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 "utils/ratecontrol.h"  
49    
50  /*****************************************************************************  /*****************************************************************************
51   * Constants   * Constants
# Line 79  Line 78 
78          uint32_t fincr;          uint32_t fincr;
79          uint32_t fbase;          uint32_t fbase;
80    
81        int profile;
82    
83          xvid_global_t global_flags;          xvid_global_t global_flags;
84          int bquant_ratio;          int bquant_ratio;
85          int bquant_offset;          int bquant_offset;
86          int frame_drop_ratio;          int frame_drop_ratio;
87    
88        int min_quant[3];
89        int max_quant[3];
90    
91  #ifdef _SMP  #ifdef _SMP
92          int num_threads;          int num_threads;
93  #endif  #endif
# Line 170  Line 174 
174          int iFrameNum;          int iFrameNum;
175          int bitrate;          int bitrate;
176    
177        // zones
178        unsigned int num_zones;
179        xvid_enc_zone_t * zones;
180    
181      // plugins      // plugins
182      unsigned int num_plugins;    /* note: we store plugin flags in MBPARAM */      unsigned int num_plugins;    /* note: we store plugin flags in MBPARAM */
183      xvid_enc_plugin_t * plugins;      xvid_enc_plugin_t * plugins;
# Line 215  Line 223 
223    
224          int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */          int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */
225    
         RateControl rate_control;  
   
226          float fMvPrevSigma;          float fMvPrevSigma;
227  }  }
228  Encoder;  Encoder;

Legend:
Removed from v.1.27.2.6  
changed lines
  Added in v.1.27.2.8

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