r1026: Videoscope layout tweaks.
[cinelerra_cv/ct.git] / quicktime / encore50 / mot_est_comp.h
blobddeed94761ccea2404bb3546688ec1c1fad6c811
2 #ifndef _MOT_EST_H_
3 #define _MOT_EST_H_
5 #include "vm_common_defs.h"
7 #ifdef __cplusplus
8 extern "C" {
9 #endif /* __cplusplus */
11 Void MotionEstimationCompensation _P_(( Vop *curr_vop,
12 Vop *prev_rec_vop,
13 Int enable_8x8_mv,
14 Int edge,
15 Int f_code,
16 Vop *curr_comp_vop,
17 Float *mad,
18 Image **mot_x,
19 Image **mot_y,
20 Image **mode
21 ));
23 #ifdef __cplusplus
25 #endif /* __cplusplus */
27 #endif /* _MOT_EST_H_ */