rate_ctl.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #ifndef _RATE_CTL_H
  2. #define _RATE_CTL_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif 
  6. void RateCtlInit(double quant, double target_rate, 
  7. long rc_period, long rc_reaction_period, long rc_reaction_ratio);
  8. int RateCtlGetQ(double MAD);
  9. void RateCtlUpdate(int current_frame);
  10. #ifdef __cplusplus
  11. }
  12. #endif 
  13.  
  14. #endif