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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Fri Mar 8 02:44:59 2002 UTC (22 years ago) by Isibaar
Branch: MAIN
Branch point for: core
Initial revision
#ifndef _RATECONTROL_H_
#define _RATECONTROL_H_

#include "../encoder.h"
#include "../portab.h"

void RateControlInit(uint32_t target_rate, uint32_t rc_buffersize, int framerate,
					 int width, int height, int max_quant, int min_quant);

int RateControlGetQ(int keyframe);

void RateControlUpdate(int16_t quant, int frame_size, int keyframe);

#endif /* _RATECONTROL_H_ */


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