[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.8, Sun May 18 12:33:26 2003 UTC revision 1.27.2.9, Mon Jun 9 01:16:35 2003 UTC
# Line 157  Line 157 
157    
158          MACROBLOCK *mbs;          MACROBLOCK *mbs;
159    
160          WARPPOINTS warp;                // as in bitstream          WARPPOINTS warp;                /* as in bitstream */
161          GMC_DATA gmc_data;              // common data for all MBs          GMC_DATA gmc_data;              /* common data for all MBs */
162    
163      int length;         /* the encoded size of this frame */      int length;         /* the encoded size of this frame */
164    
# Line 174  Line 174 
174          int iFrameNum;          int iFrameNum;
175          int bitrate;          int bitrate;
176    
177      // zones      /* zones */
178      unsigned int num_zones;      unsigned int num_zones;
179      xvid_enc_zone_t * zones;      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;
184    
185      // dquant      /* dquant */
186    
187      int * temp_dquants;      int * temp_dquants;
188    
189          // images          /* images */
190    
191          FRAMEINFO *current;          FRAMEINFO *current;
192          FRAMEINFO *reference;          FRAMEINFO *reference;

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

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