[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.1 - (view) (download)

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

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