mot_code.h

来自「实现在linux下的mpeg4编解码」· C头文件 代码 · 共 35 行

H
35
字号
/* mot_code.h */#ifndef _MOT_CODE_H_#define _MOT_CODE_H_#ifdef __cplusplusextern "C" {#endif /* __cplusplus */Int  	Bits_CountMB_Motion _P_((	Image *mot_h,			Image *mot_v,			Image *alpha,			Image *modes,			Int h,			Int v,			Int f_code,			Int quarter_pel,			Image *bs,			Int error_res_disable,			Int after_marker,			Int **slice_nb,			Int arbitrary_shape	));#ifdef __cplusplus}#endif /* __cplusplus  */ #endif /* _MOT_CODE_H_ */

⌨️ 快捷键说明

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