text_code.h
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef _TEXT_CODE_H_
- #define _TEXT_CODE_H_
- #include "momusys.h"
- #include "mom_structs.h"
- #include "text_defs.h"
- #include "text_bits.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- Void VopCodeShapeTextIntraCom _P_(( Vop *curr,
- Vop *rec_curr,
- Image *mottext_bitstream
- ));
- Void VopShapeMotText _P_(( Vop *curr,
- Vop *comp,
- Image *MB_decisions,
- Image *mot_x,
- Image *mot_y,
- Int f_code_for,
- Int intra_acdc_pred_disable,
- Vop *rec_curr,
- Image *mottext_bitstream
- ));
- Int cal_dc_scaler _P_(( Int QP,
- Int type
- ));
- #ifdef __cplusplus
- }
- #endif
- #endif