00001
00002
00003
00004
00005 #ifndef _MOT_CODE_H_
00006 #define _MOT_CODE_H_
00007
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011
00012 Int Bits_CountMB_Motion _P_(( Image *mot_h,
00013 Image *mot_v,
00014 Image *alpha,
00015 Image *modes,
00016 Int h,
00017 Int v,
00018 Int f_code,
00019 Int quarter_pel,
00020 Image *bs,
00021 Int error_res_disable,
00022 Int after_marker,
00023 Int **slice_nb,
00024 Int arbitrary_shape
00025 ));
00026
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030
00031 #endif
00032
00033
00034