⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 text_code_mb.h

📁 MPEG4编解码系统代码
💻 H
字号:
//宏块纹理编码
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -