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

📄 text_code_mb.h

📁 <VC++视频音频开发>一书的光盘资料。
💻 H
字号:
#ifndef _TEXT_CODE_MB_H_
#define _TEXT_CODE_MB_H_
#include <math.h>
#include "momusys.h"
#include "text_defs.h"
#ifdef __cplusplus
extern "C" {
#endif 
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  
#endif 

⌨️ 快捷键说明

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