putvlc.p

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

P
88
字号
/*
 * This file was automatically generated by 'Makefile'.
 *
 * DO NOT EDIT BY HAND : your modifications will be lost.
 *
 */

#ifndef _putvlc_P
#define _putvlc_P

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


/* vm_enc/src/putvlc.c */
Int  	PutDCsize_lum _P_((	Int size,
			Image *bitstream
	));
Int  	PutDCsize_chrom _P_((	Int size,
			Image *bitstream
	));
Int  	PutMV _P_((	Int mvint,
			Image *bitstream
	));
Int  	PutMCBPC_Intra _P_((	Int cbpc,
			Int mode,
			Image *bitstream
	));
Int  	PutMCBPC_Inter _P_((	Int cbpc,
			Int mode,
			Image *bitstream
	));
Int  	PutMCBPC_Sprite _P_((	Int cbpc,
			Int mode,
			Image *bitstream
	));
Int  	PutCBPY _P_((	Int cbpy,
			Char intra,
			/*Int *MB_transp_pattern,*/
			Image *bitstream
	));
Int  	PutCoeff_Inter _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));
Int  	PutCoeff_Intra _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));
Int  	PutCoeff_Inter_RVLC _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));
Int  	PutCoeff_Intra_RVLC _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));
Int  	PutRunCoeff_Inter _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));
Int  	PutRunCoeff_Intra _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));
Int  	PutLevelCoeff_Inter _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));
Int  	PutLevelCoeff_Intra _P_((	Int run,
			Int level,
			Int last,
			Image *bitstream
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _putvlc_P  */ 

⌨️ 快捷键说明

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