[svn] / branches / dev-api-3 / xvidcore / src / utils / ratecontrol.h Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/utils/ratecontrol.h

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

revision 188, Fri Jun 7 10:21:48 2002 UTC revision 195, Wed Jun 12 20:38:41 2002 UTC
# Line 3  Line 3 
3    
4  #include "../portab.h"  #include "../portab.h"
5    
6  typedef struct {  typedef struct
7    {
8          int64_t size;          int64_t size;
9          int32_t count;          int32_t count;
10  } QuantInfo;  }
11    QuantInfo;
12    
13  typedef struct  typedef struct
14  {  {
# Line 26  Line 28 
28          int32_t averaging_period;          int32_t averaging_period;
29          int32_t reaction_delay_factor;          int32_t reaction_delay_factor;
30          int32_t buffer;          int32_t buffer;
31  } RateControl;  }
32    RateControl;
33    
34  void RateControlInit(RateControl *rate_control,  void RateControlInit(RateControl *rate_control,
35                       uint32_t target_rate,                       uint32_t target_rate,
# Line 46  Line 49 
49                         int keyframe);                         int keyframe);
50    
51  #endif /* _RATECONTROL_H_ */  #endif /* _RATECONTROL_H_ */
   

Legend:
Removed from v.188  
changed lines
  Added in v.195

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