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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef _MOT_EST_H_
  2. #define _MOT_EST_H_
  3. #include "vm_common_defs.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif /* __cplusplus */
  7. Void   MotionEstimationCompensation _P_(( Vop *curr_vop,
  8. Vop *prev_rec_vop,
  9. Int enable_8x8_mv,
  10. Int edge,
  11. Int f_code,
  12. Vop *curr_comp_vop,
  13. Float *mad,
  14. Image **mot_x,
  15. Image **mot_y,
  16. Image **mode
  17. ));
  18. #ifdef __cplusplus
  19. }
  20. #endif /* __cplusplus  */ 
  21. #endif /* _MOT_EST_H_ */