📄 mom_putbits.p
字号:
/*
* This file was automatically generated by 'Makefile'.
*
* DO NOT EDIT BY HAND : your modifications will be lost.
*
*/
#ifndef _mom_putbits_P
#define _mom_putbits_P
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* vm_enc/src/mom_putbits.c */
Void InitBits _P_(( Int index1,
Int index2
));
Void Write_to_Same_STREAM _P_(( Int *index2
));
Void PutBits _P_(( Int n,
Int val,
Int index1,
Int index2
));
Int CloseBits _P_(( Int index1,
Int index2
));
Int NextStartCode _P_(( Int index1,
Int index2
));
Int NextResyncMarker _P_(( Int index1,
Int index2
));
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _mom_putbits_P */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -