mot_code.p

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

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

#ifndef _mot_code_P
#define _mot_code_P

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


/* vm_enc/src/mot_code.c */
Void  	ScaleMVD _P_((	Int f_code,
			Int diff_vector,
			Int *residual,
			Int *vlc_code_mag
	));
Int  	Bits_CountMB_Motion _P_((	Image *mot_h,
			Image *mot_v,
			Image *modes,
			Int h,
			Int v,
			Int f_code,
			/*Int quarter_pel,*//*by cnwang, 04/07/02*/
			Image *bs,
			Int error_res_disable,
			Int after_marker,
			Int **slice_nb
	));
Int  	WriteMVcomponent _P_((	Int f_code,
			Int dmv,
			Image *bs
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _mot_code_P  */ 

⌨️ 快捷键说明

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