rate_ctl.h
来自「MPEG4编解码系统代码」· C头文件 代码 · 共 19 行
H
19 行
#ifndef _RATE_CTL_H
#define _RATE_CTL_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
void RateCtlInit(double quant, double target_rate,
long rc_period, long rc_reaction_period, long rc_reaction_ratio);
int RateCtlGetQ(double MAD);
void RateCtlUpdate(int current_frame);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _RATE_CTL_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?