repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1009: Move the dependencies to newer package names
[cinelerra_cv/mob.git]
/
quicktime
/
encore50
/
mot_code.h
blob
a5c08bed3fc1846d7204ae77832fee087aae5afd
1
2
3
/* mot_code.h */
4
5
#ifndef _MOT_CODE_H_
6
#define _MOT_CODE_H_
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
/* __cplusplus */
11
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
));
26
27
#ifdef __cplusplus
28
}
29
#endif
/* __cplusplus */
30
31
#endif
/* _MOT_CODE_H_ */
32
33
34