[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.6, Wed May 1 13:00:01 2002 UTC revision 1.8, Fri Jun 7 10:21:48 2002 UTC
# Line 19  Line 19 
19  #include "portab.h"  #include "portab.h"
20  #include "global.h"  #include "global.h"
21  #include "image/image.h"  #include "image/image.h"
22    #include "utils/ratecontrol.h"
23    
24  #define H263_QUANT      0  #define H263_QUANT      0
25  #define MPEG4_QUANT     1  #define MPEG4_QUANT     1
# Line 56  Line 56 
56          uint32_t fincr;          uint32_t fincr;
57          uint32_t fbase;          uint32_t fbase;
58    
59    #ifdef BFRAMES
60            int max_bframes;
61    #endif
62    
63      /* rounding type; alternate 0-1 after each interframe */      /* rounding type; alternate 0-1 after each interframe */
64          /* 1 <= fixed_code <= 4          /* 1 <= fixed_code <= 4
65             automatically adjusted using motion vector statistics inside             automatically adjusted using motion vector statistics inside
# Line 136  Line 140 
140    
141  #ifdef BFRAMES  #ifdef BFRAMES
142          /* constants */          /* constants */
         int max_bframes;  
143          int bquant_ratio;          int bquant_ratio;
144          /* vars */          /* vars */
145          int bframenum_head;          int bframenum_head;
# Line 149  Line 152 
152      IMAGE f_refhv;      IMAGE f_refhv;
153  #endif  #endif
154      Statistics sStat;      Statistics sStat;
155            RateControl rate_control;
156  }  }
157  Encoder;  Encoder;
158    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

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