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

📄 io_sharp.p

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

#ifndef _io_sharp_P
#define _io_sharp_P

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


/* vm_common/src/io_sharp.c */
Void  	ReadVopSHARP _P_((	Char *y_file,
			Char *u_file,
			Char *v_file,
			Int frame,
			Char *format,
			Vop *vop
	));
Void  	WriteVopSHARP _P_((	Vop *vop,
			Char *y_file,
			Char *u_file,
			Char *v_file,
			Int number,
			Char *format,
			Char *mode
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _io_sharp_P  */ 

⌨️ 快捷键说明

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