vop_code.h
Upload User: hxb_1234
Upload Date: 2010-03-30
Package Size: 8328k
Code Size: 1k
Development Platform:

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