00001 00002 00003 #ifndef _VM_VOP_CODE_H_ 00004 #define _VM_VOP_CODE_H_ 00005 00006 #include "bitstream.h" 00007 #include "text_code.h" 00008 00009 #ifdef __cplusplus 00010 extern "C" { 00011 #endif /* __cplusplus */ 00012 00013 struct bit_count { 00014 Char stats_file[100]; 00015 UInt vol; 00016 UInt vop; 00017 UInt syntax; 00018 UInt texture; 00019 UInt motion; 00020 UInt mot_shape_text; 00021 Bits text_bits; 00022 }; 00023 00024 typedef struct bit_count BitCount; 00025 00026 Void VopCode _P_(( Vop *curr, 00027 Vop *reference, 00028 Vop *compensated, 00029 Vop *error, 00030 Int enable_8x8_mv, 00031 Float time, 00032 VolConfig *vol_config, 00033 int quant 00034 )); 00035 00036 #ifdef __cplusplus 00037 } 00038 #endif /* __cplusplus */ 00039 00040 #endif /* _VM_VOP_CODE_H_ */ 00041
1.5.5