⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rate_ctl.h

📁 window环境下
💻 H
字号:

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -