text_code_mb.h
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:

VC书籍

开发平台:

Visual C++

  1. #ifndef _TEXT_CODE_MB_H_
  2. #define _TEXT_CODE_MB_H_
  3. #include <math.h>
  4. #include "momusys.h"
  5. #include "text_defs.h"
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif 
  9. Void  CodeMB _P_(( Vop *curr,
  10. Vop *rec_curr,
  11. Vop *comp,
  12. Int x_pos,
  13. Int y_pos,
  14. UInt width,
  15. Int QP,
  16. Int Mode,
  17. Int *qcoeff
  18. ));
  19. #ifdef __cplusplus
  20. }
  21. #endif  
  22. #endif