rc_util2.p

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

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

#ifndef _rc_util2_P
#define _rc_util2_P

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


/* vm_enc/src/rc_util2.c */
Void  	nrerror _P_((	Char *error_text
	));
Double * 	dvector _P_((	Int nl,
			Int nh
	));
Void  	FreeMatrix _P_((	Double **m,
			Int nrl,
			Int nrh,
			Int ncl,
			Int nch
	));
Void  	free_dvector _P_((	Double *v,
			Int nl
	));
Double ** 	Matrix _P_((	Int nrl,
			Int nrh,
			Int ncl,
			Int nch
	));
void  	rc_2svd_comp _P_((	Double *y,
			Double *x1,
			Double *x2,
			Int n,
			Double *p1,
			Double *p2
	));
void  	rc_nsvd_comp _P_((	Double *y,
			Double **x,
			Int m,
			Int n,
			Double *p
	));
Double ** 	nr_dmatrix _P_((	long nrl,
			long nrh,
			long ncl,
			long nch
	));
void  	dsvdcmp _P_((	Double **a,
			Int m,
			Int n,
			Double w[],
			Double **v
	));
Double  	dpythag _P_((	Double a,
			Double b
	));
Void  	genXYmatrix _P_((	Double **X,
			Double **y2,
			Int n,
			Double *x1,
			Double *y
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _rc_util2_P  */ 

⌨️ 快捷键说明

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