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_est_mb.h
blob
7929dcd15453ced8f146538ab015e51dd5da0b13
1
2
#ifndef _MOT_EST_MB_H
3
#define _MOT_EST_MB_H
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
/* __cplusplus */
8
9
Void MBMotionEstimation
_P_
((
10
SInt
*
curr
,
11
SInt
*
prev
,
12
Int br_x
,
13
Int br_y
,
14
Int br_width
,
15
Int i
,
16
Int j
,
17
Int prev_x
,
18
Int prev_y
,
19
Int vop_width
,
20
Int vop_height
,
21
Int enable_8x8_mv
,
22
Int edge
,
23
Int f_code
,
24
Int sr
,
25
Float hint_mv_w
,
26
Float hint_mv_h
,
27
Float
*
mv16_w
,
28
Float
*
mv16_h
,
29
Float
*
mv8_w
,
30
Float
*
mv8_h
,
31
Int
*
min_error
,
32
SInt
*
flags
33
));
34
Void FindSubPel
_P_
((
Int x
,
35
Int y
,
36
SInt
*
prev
,
37
SInt
*
curr
,
38
Int bs_x
,
39
Int bs_y
,
40
Int comp
,
41
Int rel_x
,
42
Int rel_y
,
43
Int pels
,
44
Int lines
,
45
Int edge
,
46
SInt
*
flags
,
47
SInt
*
corr_comp_mb
,
48
Float
*
mvx
,
49
Float
*
mvy
,
50
Int
*
min_error
51
));
52
53
#ifdef __cplusplus
54
}
55
#endif
/* __cplusplus */
56
57
#endif
/* _MOT_EST_MB_H */