Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / quicktime / encore50 / text_code.h
blob164e02f3f9a9a4f610350789fdecb8c50d943f5f
2 #ifndef _TEXT_CODE_H_
3 #define _TEXT_CODE_H_
6 #include "momusys.h"
7 #include "mom_structs.h"
8 #include "text_defs.h"
9 #include "text_bits.h"
10 //#include "text_util.h"
12 #ifdef __cplusplus
13 extern "C" {
14 #endif /* __cplusplus */
17 /* vm_enc/src/text_code.c */
18 Void VopCodeShapeTextIntraCom _P_(( Vop *curr,
19 Vop *rec_curr,
20 Image *mottext_bitstream
21 ));
23 Void VopShapeMotText _P_(( Vop *curr,
24 Vop *comp,
25 Image *MB_decisions,
26 Image *mot_x,
27 Image *mot_y,
28 Int f_code_for,
29 Int intra_acdc_pred_disable,
30 Vop *rec_curr,
31 Image *mottext_bitstream
32 ));
33 Int cal_dc_scaler _P_(( Int QP,
34 Int type
35 ));
38 #ifdef __cplusplus
40 #endif /* __cplusplus */
42 #endif /* _TEXT_CODE_H_ */