text_code_mb.p

来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 76 行

P
76
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?