mot_est.p

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

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

#ifndef _mot_est_P
#define _mot_est_P

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


/* vm_enc/src/mot_est.c */
Void  	MotionEstimation _P_((	Vop *curr_vop,
			Vop *curr_rec_vop,
			Vop *prev_rec_vop,
			Vop *prev_vop,
			/*Int enable_8x8_mv,*//*by cnwang, 06/18/02*/
			/*Int quarter_pel,
			Int edge,*//*by cnwang, 04/07/02*/
			Int f_code,
			Image **mot_x,
			Image **mot_y,
			Image **mode
	));
#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _mot_est_P  */ 

⌨️ 快捷键说明

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