vm_enc_defs.h
上传用户:enenge
上传日期:2007-01-08
资源大小:96k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

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 /* vop coding modes */
  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  /* unrestricted MVs can poin
  11. outside VOP by this number of
  12.   pixels */
  13. #define QUANT_TYPE_SEL     0     /* = 1 for MPEG quantization */
  14. #define LOAD_INTRA_QUANT_MAT       1       /* Added, 12-JUN-1996, MW */
  15. #define LOAD_NONINTRA_QUANT_MAT     1    
  16. #define DEFAULT_COMP_ORDER  TRUE /* Vop Layer Defaults */
  17. #define DEFAULT_VISIBILITY  1
  18. #define DEFAULT_SCALING  0
  19. #define DEFAULT_PRED_TYPE  P_VOP
  20. #define DEFAULT_DBQUANT 0 /* Not used */
  21. #define BUFFER_EMPTY  0 /* Initial state of buffer */
  22. #define NON_ERROR_RESILIENT             1     /* non error resilient mode: 26.04.97 LDS */
  23. #endif /* _VM_ENC_DEFS_H_ */