00001
00002 #ifndef _TEXT_CODE_H_
00003 #define _TEXT_CODE_H_
00004
00005
00006 #include "momusys.h"
00007 #include "mom_structs.h"
00008 #include "text_defs.h"
00009 #include "text_bits.h"
00010
00011
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif
00015
00016
00017
00018 Void VopCodeShapeTextIntraCom _P_(( Vop *curr,
00019 Vop *rec_curr,
00020 Image *mottext_bitstream
00021 ));
00022
00023 Void VopShapeMotText _P_(( Vop *curr,
00024 Vop *comp,
00025 Image *MB_decisions,
00026 Image *mot_x,
00027 Image *mot_y,
00028 Int f_code_for,
00029 Int intra_acdc_pred_disable,
00030 Vop *rec_curr,
00031 Image *mottext_bitstream
00032 ));
00033 Int cal_dc_scaler _P_(( Int QP,
00034 Int type
00035 ));
00036
00037
00038 #ifdef __cplusplus
00039 }
00040 #endif
00041
00042 #endif