00001
00002 #ifndef _VM_ENC_DEFS_H_
00003 #define _VM_ENC_DEFS_H_
00004
00005 #include "vm_common_defs.h"
00006
00007 #define I_VOP 0
00008 #define P_VOP 1
00009 #define B_VOP 2
00010 #define SPRITE_VOP 3
00011
00012 #define VOP_VISIBLE 1
00013
00014 #define SEP_MOT_TEXT 1
00015
00016 #define UNRESTRICTED_MV_RANGE 16
00017
00018
00019
00020 #define QUANT_TYPE_SEL 0
00021 #define LOAD_INTRA_QUANT_MAT 1
00022 #define LOAD_NONINTRA_QUANT_MAT 1
00023
00024 #define DEFAULT_COMP_ORDER TRUE
00025 #define DEFAULT_VISIBILITY 1
00026 #define DEFAULT_SCALING 0
00027 #define DEFAULT_PRED_TYPE P_VOP
00028 #define DEFAULT_DBQUANT 0
00029
00030 #define BUFFER_EMPTY 0
00031
00032
00033 #define NON_ERROR_RESILIENT 1
00034
00035 #endif