vop_code.h
资源名称:VC++视频传输.rar [点击查看]
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:
VC书籍
开发平台:
Visual C++
- #ifndef _VM_VOP_CODE_H_
- #define _VM_VOP_CODE_H_
- #include "bitstream.h"
- #include "text_code.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- struct bit_count {
- Char stats_file[100];
- UInt vol;
- UInt vop;
- UInt syntax;
- UInt texture;
- UInt motion;
- UInt mot_shape_text;
- Bits text_bits;
- };
- typedef struct bit_count BitCount;
- Void VopCode _P_(( Vop *curr,
- Vop *reference,
- Vop *compensated,
- Vop *error,
- Int enable_8x8_mv,
- Float time,
- VolConfig *vol_config
- ));
- #ifdef __cplusplus
- }
- #endif
- #endif