📄 bitstream.h
字号:
/*!
********************************************************
*\file
* bitstream.h
*\brief
* interface for the functions which deal with bitstream operation.
*\date
* 12/6/2002
*
********************************************************/
#ifndef BITSTREAM_H
#define BITSTREAM_H
#include "HEnc.h"
void putbits(putstrm *putstrmctrl, int val, int n); //!< put bits
int alignbits (putstrm *putstrmctrl); //!< align bits
void clear_buff(putstrm *putstrmctrl); //!< clear stream buffer
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -