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

VC书籍

开发平台:

Visual C++

  1. #ifndef _TEXT_CODE_H_
  2. #define _TEXT_CODE_H_
  3. #include "momusys.h"
  4. #include "mom_structs.h"
  5. #include "text_defs.h"
  6. #include "text_bits.h"
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif 
  10. Void   VopCodeShapeTextIntraCom _P_(( Vop *curr,
  11. Vop *rec_curr,
  12. Image *mottext_bitstream
  13. ));
  14. Void   VopShapeMotText _P_(( Vop *curr,
  15. Vop *comp,
  16. Image *MB_decisions,
  17. Image *mot_x,
  18. Image *mot_y,
  19. Int f_code_for,
  20. Int intra_acdc_pred_disable,
  21. Vop *rec_curr,
  22. Image *mottext_bitstream
  23. ));
  24. Int   cal_dc_scaler _P_(( Int QP,
  25. Int type
  26. ));
  27. #ifdef __cplusplus
  28. }
  29. #endif  
  30. #endif