meitca_wrapper.p

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

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

#ifndef _meitca_wrapper_P
#define _meitca_wrapper_P

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


/* vm_enc/src/meitca_wrapper.c */
Void  	RCQ2_MVO_SET _P_((	Int status
	));
Int  	RCQ2_MVO_CHECK _P_((void));
Void  	RCQ2_MVO_InitGlobal _P_((	VOConfig *vo_config_list,
			EncodeControl *enc_ctl
	));
Void  	RCQ2_MVO_ComputeMAD _P_((	Vop *error_vop,
			Int vo_id
	));
Void  	RCQ2_MVO_ComputeMMV _P_((	Image *mot_x,
			Image *mot_y,
			Int mv_w,
			Int mv_h,
			Int vo_id
	));
Void  	RCQ2_MVO_PreEncoding _P_((	Vop *curr,
			Int vo_id
	));

Void  	RCQ2_MVO_UpdateVOCount _P_((	Int vo_id
	));
Void  	RCQ2_MVO_ExcludeIFrame _P_((	BitCount num_bits[32 ][16 ],
			Int numVOs
	));
Void  	RCQ2_MVO_Update2OrderModel _P_((	BitCount num_bits[32 ][16 ],
			Int numVOs
	));
Void  	RCQ2_MVO_SkipControl _P_((	Int doskip,
			Int numVOs
	));
Void  	RCQ2_MVO_ResetBitCount _P_((	BitCount num_bits[32 ][16 ],
			Int numVOs
	));
Void  	RCQ2_MVO_EndStats _P_((	Int numVOs,
			BitCount num_bits[32 ][16 ]
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _meitca_wrapper_P  */ 

⌨️ 快捷键说明

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