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

流媒体/Mpeg4/MP4

开发平台:

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. //#include "text_util.h"
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif /* __cplusplus */
  11. /* vm_enc/src/text_code.c */
  12. Void   VopCodeShapeTextIntraCom _P_(( Vop *curr,
  13. Vop *rec_curr,
  14. Image *mottext_bitstream
  15. ));
  16. Void   VopShapeMotText _P_(( Vop *curr,
  17. Vop *comp,
  18. Image *MB_decisions,
  19. Image *mot_x,
  20. Image *mot_y,
  21. Int f_code_for,
  22. Int intra_acdc_pred_disable,
  23. Vop *rec_curr,
  24. Image *mottext_bitstream
  25. ));
  26. Int   cal_dc_scaler _P_(( Int QP,
  27. Int type
  28. ));
  29. #ifdef __cplusplus
  30. }
  31. #endif /* __cplusplus  */ 
  32. #endif /* _TEXT_CODE_H_ */