mot_est_comp.h
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:0k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef _MOT_EST_H_
- #define _MOT_EST_H_
- #include "vm_common_defs.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- Void MotionEstimationCompensation _P_(( Vop *curr_vop,
- Vop *prev_rec_vop,
- Int enable_8x8_mv,
- Int edge,
- Int f_code,
- Vop *curr_comp_vop,
- Float *mad,
- Image **mot_x,
- Image **mot_y,
- Image **mode
- ));
- #ifdef __cplusplus
- }
- #endif
- #endif