⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vop_code.h

📁 MPEG4编解码系统代码
💻 H
字号:


#ifndef _VM_VOP_CODE_H_
#define _VM_VOP_CODE_H_

#include "bitstream.h"
#include "text_code.h"

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

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 /* __cplusplus  */ 

#endif /* _VM_VOP_CODE_H_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -