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

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

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

revision 1052, Mon Jun 2 11:47:30 2003 UTC revision 1053, Mon Jun 9 01:25:19 2003 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.27.2.8 2003-05-18 12:33:26 edgomez Exp $   *  $Id: encoder.h,v 1.27.2.9 2003-06-09 01:16:35 edgomez Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# 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.1052  
changed lines
  Added in v.1053

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