vm_enc_defs.h
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:

VC书籍

开发平台:

Visual C++

  1. #ifndef _VM_ENC_DEFS_H_
  2. #define _VM_ENC_DEFS_H_
  3. #include "vm_common_defs.h"
  4. #define I_VOP 0
  5. #define P_VOP 1
  6. #define B_VOP 2
  7. #define SPRITE_VOP 3
  8. #define VOP_VISIBLE  1
  9. #define SEP_MOT_TEXT 1
  10. #define UNRESTRICTED_MV_RANGE 16 
  11. #define QUANT_TYPE_SEL     0     
  12. #define LOAD_INTRA_QUANT_MAT       1       
  13. #define LOAD_NONINTRA_QUANT_MAT     1    
  14. #define DEFAULT_COMP_ORDER  TRUE
  15. #define DEFAULT_VISIBILITY  1
  16. #define DEFAULT_SCALING  0
  17. #define DEFAULT_PRED_TYPE  P_VOP
  18. #define DEFAULT_DBQUANT 0
  19. #define BUFFER_EMPTY  0
  20. #define NON_ERROR_RESILIENT             1     
  21. #endif