📄 mom_bitstream_i.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _mom_bitstream_i_P
#define _mom_bitstream_i_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_common/src/mom_bitstream_i.c */
Image * BitstreamInit _P_((void));
Void BitstreamFree _P_(( Image *bitstream
));
Void BitstreamPutBit _P_(( Image *bitstream,
SInt bit
));
Void BitstreamPutBits _P_(( Image *bitstream,
UInt bits,
UInt nbits
));
Void BitstreamFlush _P_(( Image *bitstream
));
Void BitstreamAppend _P_(( Image *bitstream1,
Image *bitstream2
));
Void BitstreamPrint _P_(( Image *bitstream
));
UInt BitstreamPut _P_(( Image *b_stream,
Int index1,
Int index2
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _mom_bitstream_i_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -