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

📄 bitstream.h

📁 H.263的编码程序,加了CPU指令优化,VC版.
💻 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 + -