r1026: Videoscope layout tweaks.
[cinelerra_cv/ct.git] / quicktime / encore50 / mot_code.h
bloba5c08bed3fc1846d7204ae77832fee087aae5afd
3 /* mot_code.h */
5 #ifndef _MOT_CODE_H_
6 #define _MOT_CODE_H_
8 #ifdef __cplusplus
9 extern "C" {
10 #endif /* __cplusplus */
12 Int Bits_CountMB_Motion _P_(( Image *mot_h,
13 Image *mot_v,
14 Image *alpha,
15 Image *modes,
16 Int h,
17 Int v,
18 Int f_code,
19 Int quarter_pel,
20 Image *bs,
21 Int error_res_disable,
22 Int after_marker,
23 Int **slice_nb,
24 Int arbitrary_shape
25 ));
27 #ifdef __cplusplus
29 #endif /* __cplusplus */
31 #endif /* _MOT_CODE_H_ */