[cvs] / xvidcore / src / utils / ratecontrol.h Repository:
ViewVC logotype

Annotation of /xvidcore/src/utils/ratecontrol.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (view) (download)

1 : Isibaar 1.1 #ifndef _RATECONTROL_H_
2 :     #define _RATECONTROL_H_
3 :    
4 :     #include "../encoder.h"
5 :     #include "../portab.h"
6 :    
7 : h 1.3 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 1.1
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