vector.p
来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 53 行
P
53 行
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _vector_P
#define _vector_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_enc/src/vector.c */
double * dvector2 _P_(( int nl,
int nh
));
float * fvector2 _P_(( int nl,
int nh
));
float * lvector2 _P_(( int nl,
int nh
));
unsigned char * cvector2 _P_(( int nl,
int nh
));
int * ivector2 _P_(( int nl,
int nh
));
void free_dvector2 _P_(( double *v,
int nl,
int nh
));
void free_cvector2 _P_(( unsigned char *v,
int nl,
int nh
));
void free_fvector2 _P_(( float *v,
int nl,
int nh
));
void free_ivector2 _P_(( int *v,
int nl,
int nh
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _vector_P */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?