mot_est_mb.p

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

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

#ifndef _mot_est_mb_P
#define _mot_est_mb_P

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


/* vm_enc/src/mot_est_mb.c */
Void  	MBMotionEstimation _P_((	Vop *curr_vop,
			SInt *prev,
			/*Int br_x,
			Int br_y,*//*by cnwang, 04/18/02*/ 
			Int br_width,
			Int i,
			Int j,
			/*Int prev_x,
			Int prev_y,*//*by cnwang, 04/18/02*/ 
			Int vop_width,
			Int vop_height,
			/*Int enable_8x8_mv,*//*by cnwang, 06/18/02*/
			/*Int edge,*/
			Int f_code,
			Int sr,
			Int ref_sel_code,
			Float *mv16_w,
			Float *mv16_h,
			Float *mv8_w,
			Float *mv8_h,
			/*Float *mvF_w,
			Float *mvF_h,*//*by cnwang, 04/27/02*/
			Int *min_error,
			SInt *flags
	));
Void  	FindSubPel _P_((	Int x,
			Int y,
			SInt *prev,
			SInt *curr,
			Int bs_x,
			Int bs_y,
			Int comp,
			/*Int rel_x,
			Int rel_y,*//*by cnwang, 04/18/02*/ 
			Int pels,
			Int lines,
			SInt *flags,
			SInt Nb,
			Float *mvx,
			Float *mvy,
			Int *min_error,
			Int rounding_control/*,
			Int bright_white*//*by cnwang, 04/26/02*/
	));
#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _mot_est_mb_P  */ 

⌨️ 快捷键说明

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