00001 00002 #ifndef _TEXT_CODE_MB_H_ 00003 #define _TEXT_CODE_MB_H_ 00004 00005 #include <math.h> 00006 #include "momusys.h" 00007 #include "text_defs.h" 00008 //#include "text_util.h" 00009 //#include "text_quant.h" 00010 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif /* __cplusplus */ 00015 00016 Void CodeMB _P_(( Vop *curr, 00017 Vop *rec_curr, 00018 Vop *comp, 00019 Int x_pos, 00020 Int y_pos, 00021 UInt width, 00022 Int QP, 00023 Int Mode, 00024 Int *qcoeff 00025 )); 00026 00027 #ifdef __cplusplus 00028 } 00029 #endif /* __cplusplus */ 00030 00031 #endif /* _TEXT_CODE_MB_H_ */
1.5.5