text_code_mb.h
上传用户:enenge
上传日期:2007-01-08
资源大小:96k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

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. //#include "text_util.h"
  7. //#include "text_quant.h"
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif /* __cplusplus */
  11. Void  CodeMB _P_(( Vop *curr,
  12. Vop *rec_curr,
  13. Vop *comp,
  14. Int x_pos,
  15. Int y_pos,
  16. UInt width,
  17. Int QP,
  18. Int Mode,
  19. Int *qcoeff
  20. ));
  21. #ifdef __cplusplus
  22. }
  23. #endif /* __cplusplus  */ 
  24. #endif /* _TEXT_CODE_MB_H_ */