vop_code.h
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:1k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. #ifndef _VM_VOP_CODE_H_
  2. #define _VM_VOP_CODE_H_
  3. #include "bitstream.h"
  4. #include "text_code.h"
  5. #ifdef __cplusplus
  6. extern "C" {
  7. #endif 
  8. struct bit_count {
  9.   Char stats_file[100];
  10. UInt vol;
  11. UInt vop;
  12. UInt syntax;
  13. UInt texture;
  14. UInt motion;
  15. UInt mot_shape_text;
  16.     Bits        text_bits;
  17. };
  18. typedef struct bit_count BitCount;
  19. Void   VopCode _P_(( Vop *curr,
  20. Vop *reference,
  21. Vop *compensated,
  22. Vop *error,
  23. Int enable_8x8_mv,
  24. Float time,
  25. VolConfig *vol_config
  26. ));
  27. #ifdef __cplusplus
  28. }
  29. #endif  
  30. #endif