mot_code.h
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef _MOT_CODE_H_
- #define _MOT_CODE_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- Int Bits_CountMB_Motion _P_(( Image *mot_h,
- Image *mot_v,
- Image *alpha,
- Image *modes,
- Int h,
- Int v,
- Int f_code,
- Int quarter_pel,
- Image *bs,
- Int error_res_disable,
- Int after_marker,
- Int **slice_nb,
- Int arbitrary_shape
- ));
- #ifdef __cplusplus
- }
- #endif
- #endif