vm_enc_defs.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
- #ifndef _VM_ENC_DEFS_H_
- #define _VM_ENC_DEFS_H_
- #include "vm_common_defs.h"
- #define I_VOP 0
- #define P_VOP 1
- #define B_VOP 2
- #define SPRITE_VOP 3
- #define VOP_VISIBLE 1
- #define SEP_MOT_TEXT 1
- #define UNRESTRICTED_MV_RANGE 16
- #define QUANT_TYPE_SEL 0
- #define LOAD_INTRA_QUANT_MAT 1
- #define LOAD_NONINTRA_QUANT_MAT 1
- #define DEFAULT_COMP_ORDER TRUE
- #define DEFAULT_VISIBILITY 1
- #define DEFAULT_SCALING 0
- #define DEFAULT_PRED_TYPE P_VOP
- #define DEFAULT_DBQUANT 0
- #define BUFFER_EMPTY 0
- #define NON_ERROR_RESILIENT 1
- #endif