?? rate_ctl.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 + -