r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git] / quicktime / encore50 / rate_ctl.h
blob1e1247376121ba66770834c6ff10416cbdbca9b5
2 #ifndef _RATE_CTL_H
3 #define _RATE_CTL_H
5 #ifdef __cplusplus
6 extern "C" {
7 #endif /* __cplusplus */
9 void RateCtlInit(double quant, double target_rate,
10 long rc_period, long rc_reaction_period, long rc_reaction_ratio);
11 int RateCtlGetQ(double MAD);
12 void RateCtlUpdate(int current_frame);
14 #ifdef __cplusplus
16 #endif /* __cplusplus */
18 #endif /* _RATE_CTL_H */