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

📄 mom_bitstream_d.p

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

#ifndef _mom_bitstream_d_P
#define _mom_bitstream_d_P

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


/* vm_common/src/mom_bitstream_d.c */
Bitstream * 	BitstreamOpen _P_((	Char *filename
	));
Void  	BitstreamClose _P_((	Bitstream *stream
	));
Void  	BitstreamFillBuffer _P_((	Bitstream *stream
	));
UInt  	BitstreamShowBits _P_((	Bitstream *stream,
			Int nbits
	));
UInt  	BitstreamLookAheadBit _P_((	Bitstream *stream,
			Int nth_bit
	));
Void  	BitstreamFlushBits _P_((	Bitstream *stream,
			Int nbits
	));
Void  	RVLCBitstreamFlushBitsForward _P_((	Bitstream *stream,
			Int nbits
	));
Void  	RVLCBitstreamFlushBitsBackward _P_((	Bitstream *stream,
			Int nbits
	));
UInt  	BitstreamReadBits _P_((	Bitstream *stream,
			Int nbits,
			Char *s,
			Trace *trace,
			Int mode
	));
UInt  	BitstreamReadBitsSC _P_((	Bitstream *stream,
			Int nbits,
			Char *s,
			Trace *trace,
			Int mode
	));
UInt  	RVLCBitstreamReadBitsForward _P_((	Bitstream *stream,
			Int nbits,
			Char *s,
			Trace *trace,
			Int mode
	));
UInt  	RVLCBitstreamReadBitsBackward _P_((	Bitstream *stream,
			Int nbits,
			Char *s,
			Trace *trace,
			Int mode
	));
UInt  	BitstreamByteAlign _P_((	Bitstream *stream
	));
UInt  	BitstreamShowBitsByteAlign _P_((	Bitstream *stream,
			Int nbits
	));
Int  	CheckBitStuffing _P_((	Bitstream *stream
	));
Void  	RVLCBitstreamCopy _P_((	Bitstream *stream1,
			Bitstream *stream2
	));
UInt  	RVLCBitstreamShowBitsForward _P_((	Bitstream *stream,
			Int nbits
	));
UInt  	RVLCBitstreamShowBitsBackward _P_((	Bitstream *stream,
			Int nbits
	));
Void  	RVLCBitstreamGotoEnd _P_((	Bitstream *stream
	));
UInt  	BitstreamShowBitsAfterX _P_((	Bitstream *stream,
			Int xbits,
			Int nbits
	));
UInt  	H263BitstreamByteAlign _P_((	Bitstream *stream
	));
UInt  	H263BitstreamShowBitsByteAlign _P_((	Bitstream *stream,
			Int nbits
	));

#ifdef __cplusplus
}
#endif /* __cplusplus  */ 
#endif /* _mom_bitstream_d_P  */ 

⌨️ 快捷键说明

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