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

📄 text_code_mb.p

📁 本资源主要是MPEG-4压缩编码算法的C源码实现
💻 P
字号:
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _text_code_mb_P
#define _text_code_mb_P

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


/* vm_enc/src/text_code_mb.c */
Int * 	CodeMB _P_((	Vop *curr,
			Vop *rec_curr,
			Int x_pos,
			Int y_pos,
			UInt width,
			Int QP,
			Int Mode
	));
Void  	DCT_MB _P_((	Vop *curr,
			Int x_pos,
			Int y_pos,
			UInt width,
			Int Mode,
			Int dct_coeff[384]
	));
Int  	power2 _P_((	Int i
	));

Void  	reconstruct_MB _P_((	Vop *curr,
			Vop *rec_curr,
			Int x_pos,
			Int y_pos,
			UInt width,
			Int Mode,
			Int qcoeff[384]
	));
Void  	BlockPredict _P_((	SInt *curr,
			SInt *rec_curr,
			Int x_pos,
			Int y_pos,
			UInt width,
			Int fblock[][8]
	));
Void  	BlockRebuild _P_((	SInt *rec_curr,
			Int x_pos,
			Int y_pos,
			UInt width,
			Int fblock[][8]
	));
 /*by cnwang, 07/14/02*/
Void  	MBBlockRebuild _P_((	SInt *rec_curr,
			Int x_pos,
			Int y_pos,
			UInt width,
			Int fblock[][8][8]
	));
 /*by cnwang, 07/14/02*/
Int  	BlockDCT _P_((	Int block[][8],
			Int *coeff
	));
Int  	FindCBP _P_((	Int *qcoeff,
			Int Mode,
			Int ncoeffs
	));
  
#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _text_code_mb_P  */ 

⌨️ 快捷键说明

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