mom_bitstream_i.p
来自「本资源主要是MPEG-4压缩编码算法的C源码实现」· P 代码 · 共 43 行
P
43 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?