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
);
16 #endif /* __cplusplus */
18 #endif /* _RATE_CTL_H */