text_bits.p

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

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

#ifndef _text_bits_P
#define _text_bits_P

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


/* vm_enc/src/text_bits.c */
Void  	MB_CodeCoeff _P_((	Bits *bits,
			Int *qcoeff,
			Int Mode,
			Int CBP,
			Int ncoeffs,
			Int intra_dcpred_disable,
			Image *DCbitstream,
			Image *bitstream,
			Int direction[],
			Int error_res_disable,
			Int reverse_vlc,
			Int switched
	));
Int  	IntraDC_dpcm _P_((	Int val,
			Int lum,
			Image *bitstream
	));
Int  	CodeCoeff _P_((	Int j_start,
			Int Mode,
			Int qcoeff[],
			Int block,
			Int ncoeffs,
			Image *bitstream
	));
Int  	CodeCoeff_RVLC _P_((	Int j_start,
			Int Mode,
			Int qcoeff[],
			Int block,
			Int ncoeffs,
			Image *bitstream
	));
void  	Bits_Reset _P_((	Bits *bits
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _text_bits_P  */ 

⌨️ 快捷键说明

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