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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

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