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

📄 mom_vop.p

📁 本资源主要是MPEG-4压缩编码算法的C源码实现
💻 P
字号:
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _mom_vop_P
#define _mom_vop_P

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


/* vm_common/src/mom_vop.c */
Vop * 	SallocVop _P_((void));
Vop * 	AllocVop _P_((	UInt x,
			UInt y/*,
			Int aux_comp_count*//*by cnwang, 04/07/02*/
	));
Void  	AllocVopChannels _P_((	Vop *vop,
			UInt x,
			UInt y/*,
			Int aux_comp_count*//*by cnwang, 04/07/02*/
	));
Void  	SfreeVop _P_((	Vop *vop
	));
Void  	FreeVop _P_((	Vop *vop
	));
#if 0 /*by cnwang, 05/06/02*/
Void  	FreeVopExtend _P_((	VopExtend *extend
	));
#endif /*by cnwang, 05/06/02*/
#if 0 /* by cnwang, 04/20/02*/
Void  	AddVopToSpatList _P_((	Vop *vop,
			Vop *list
	));
Void  	RemoveVopFromSpatList _P_((	Vop *vop,
			Vop *list
	));
Void  	ReplaceVopInSpatList _P_((	Vop *vop,
			Vop *list
	));
Void  	FreeVopSpatList _P_((	Vop *list
	));

Void  	AddVopToTempList _P_((	Vop *vop,
			Vop *list
	));
Void  	FreeVopTempList _P_((	Vop *list
	));
#endif /* by cnwang, 04/20/02*/
Void  	CopyVopNonImageField _P_((	Vop *in,
			Vop *out
	));
Vop * 	CloneVop _P_((	Vop *vop_in
	));
Void  	CopyVop _P_((	Vop *in,
			Vop *out
	));
#if 0 /* by cnwang, 04/20/02*/
Void  	UpdateVopStore _P_((	Vop *update_vop,
			Vop **vop_store
	));

Void  	RemoveFromVopStore _P_((	Vop *remove_vop,
			Vop **vop_store
	));
#endif /* by cnwang, 04/20/02*/
Int  	CalcVopDisplayTime _P_((	Vop *curr_vop
	));
Void  	FreeVopChannels _P_((	Vop *vop
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _mom_vop_P  */ 

⌨️ 快捷键说明

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