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

Annotation of /branches/dev-api-4/xvidcore/src/utils/ratecontrol.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 122 - (view) (download)
Original Path: trunk/xvidcore/src/utils/ratecontrol.h

1 : Isibaar 3 #ifndef _RATECONTROL_H_
2 :     #define _RATECONTROL_H_
3 :    
4 :     #include "../encoder.h"
5 :     #include "../portab.h"
6 :    
7 : h 122 void RateControlInit(uint32_t target_rate, uint32_t reaction_delay_factor,
8 :     uint32_t averaging_period, uint32_t buffer,
9 :     int framerate, int max_quant, int min_quant);
10 : Isibaar 3
11 :     int RateControlGetQ(int keyframe);
12 :    
13 :     void RateControlUpdate(int16_t quant, int frame_size, int keyframe);
14 :    
15 :     #endif /* _RATECONTROL_H_ */
16 :    

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