[svn] / trunk / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/encoder.h

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

revision 229, Thu Jun 20 14:05:58 2002 UTC revision 324, Sun Jul 21 03:49:47 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.11 2002-06-20 14:05:57 suxen_drol Exp $   *  $Id: encoder.h,v 1.16 2002-07-21 03:41:44 suxen_drol Exp $
40   *   *
41   ****************************************************************************/   ****************************************************************************/
42    
# Line 92  Line 92 
92          uint32_t fincr;          uint32_t fincr;
93          uint32_t fbase;          uint32_t fbase;
94    
95    #ifdef _SMP
96            int num_threads;
97    #endif
98    
99  #ifdef BFRAMES  #ifdef BFRAMES
100          int max_bframes;          int max_bframes;
101  #endif  #endif
# Line 178  Line 182 
182    
183  #ifdef BFRAMES  #ifdef BFRAMES
184          /* constants */          /* constants */
185          int packed;          int global;
186          int bquant_ratio;          int bquant_ratio;
187            int frame_drop_ratio;
188    
189          /* image queue */          /* image queue */
190          int queue_head;          int queue_head;
# Line 196  Line 201 
201          IMAGE f_refh;          IMAGE f_refh;
202          IMAGE f_refv;          IMAGE f_refv;
203          IMAGE f_refhv;          IMAGE f_refhv;
204            int bframenum_dx50bvop;
205    
206            int last_pframe;
207            int time_pp;
208            int m_framenum; /* debug frame num counter; unlike iFrameNum, does not reset at ivop */
209  #endif  #endif
210    
211          Statistics sStat;          Statistics sStat;

Legend:
Removed from v.229  
changed lines
  Added in v.324

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