text_code_mb.h

来自「MPEG4编解码系统代码」· C头文件 代码 · 共 32 行

H
32
字号
//宏块纹理编码
#ifndef _TEXT_CODE_MB_H_
#define _TEXT_CODE_MB_H_

#include <math.h>
#include "momusys.h"
#include "text_defs.h"
//#include "text_util.h"
//#include "text_quant.h"


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

Void 	CodeMB _P_((	Vop *curr,
			Vop *rec_curr,
			Vop *comp,
			Int x_pos,
			Int y_pos,
			UInt width,
			Int QP,
			Int Mode,
			Int *qcoeff
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 

#endif /* _TEXT_CODE_MB_H_ */

⌨️ 快捷键说明

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