[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 890, Sat Feb 22 08:49:45 2003 UTC revision 925, Sat Mar 15 17:06:53 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.1 2003-02-22 08:49:44 suxen_drol Exp $   *  $Id: encoder.h,v 1.27.2.4 2003-03-15 17:03:17 suxen_drol Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# Line 80  Line 80 
80          uint32_t mb_width;          uint32_t mb_width;
81          uint32_t mb_height;          uint32_t mb_height;
82    
83        int plugin_flags;
84    
85          /* frame rate increment & base */          /* frame rate increment & base */
86          uint32_t fincr;          uint32_t fincr;
87          uint32_t fbase;          uint32_t fbase;
# Line 138  Line 140 
140    
141  typedef struct  typedef struct
142  {  {
143        int frame_num;
144        int fincr;
145          xvid_vol_t vol_flags;          xvid_vol_t vol_flags;
146      xvid_vop_t vop_flags;      xvid_vop_t vop_flags;
147          xvid_motion_t motion_flags;          xvid_motion_t motion_flags;
# Line 173  Line 177 
177          int iFrameNum;          int iFrameNum;
178          int bitrate;          int bitrate;
179    
180        // plugins
181        int num_plugins;    /* note: we store plugin flags in MBPARAM */
182        xvid_enc_plugin_t * plugins;
183    
184        // dquant
185    
186        int * temp_dquants;
187    
188          // images          // images
189    
190          FRAMEINFO *current;          FRAMEINFO *current;
191          FRAMEINFO *reference;          FRAMEINFO *reference;
192    
193          IMAGE sOriginal;          IMAGE sOriginal;    /* original image copy for i/p frames */
194        IMAGE sOriginal2;   /* original image copy for b-frames */
195          IMAGE vInterH;          IMAGE vInterH;
196          IMAGE vInterV;          IMAGE vInterV;
197          IMAGE vInterVf;          IMAGE vInterVf;

Legend:
Removed from v.890  
changed lines
  Added in v.925

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