io_yuv.p

来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 37 行

P
37
字号
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _io_yuv_P
#define _io_yuv_P

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


/* vm_common/src/io_yuv.c */
Void  	ReadVopYUV _P_((	Char *y_file,
			Char *u_file,
			Char *v_file,
			Int frame,
			Char *format,
			Vop *vop
	));
Void  	WriteVopYUV _P_((	Vop *vop,
			Char *y_file,
			Char *u_file,
			Char *v_file,
            Int    number, 
			Char *format,
			Char *mode
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _io_yuv_P  */ 

⌨️ 快捷键说明

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