mot_code.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #ifndef _MOT_CODE_H_
  2. #define _MOT_CODE_H_
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif 
  6. Int   Bits_CountMB_Motion _P_(( Image *mot_h,
  7. Image *mot_v,
  8. Image *alpha,
  9. Image *modes,
  10. Int h,
  11. Int v,
  12. Int f_code,
  13. Int quarter_pel,
  14. Image *bs,
  15. Int error_res_disable,
  16. Int after_marker,
  17. Int **slice_nb,
  18. Int arbitrary_shape
  19. ));
  20. #ifdef __cplusplus
  21. }
  22. #endif  
  23. #endif