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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 122 - (download) (annotate)
Mon Apr 15 08:04:06 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/utils/ratecontrol.h
File size: 412 byte(s)
foxer's updated cbr code
#ifndef _RATECONTROL_H_
#define _RATECONTROL_H_

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

void RateControlInit(uint32_t target_rate, uint32_t reaction_delay_factor,
					 uint32_t averaging_period, uint32_t buffer, 
					 int framerate, 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