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

📄 getblk.h

📁 H.263编码与解码程序,能将YUV文件压缩成H.263格式的视频文件
💻 H
字号:
// Getblk.h: interface for the CGetblk class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_GETBLK_H__D3C9E463_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_)
#define AFX_GETBLK_H__D3C9E463_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_

#include "Getbits.h"	// Added by ClassView
#include "Sarcode.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CGetblk  
{
public:
	CSarcode m_sacode;
	CGetbits m_getbits;
	void get_sac_block (int comp, int ptype);
	void getblock (int comp, int mode);
	CGetblk();
	virtual ~CGetblk();

private:
	int DecodeTCoef (int position, int intra);
	RunCoef vlc_word_decode (int symbol_word, int *last);
	RunCoef Decode_Escape_Char (int intra, int *last);
};

#endif // !defined(AFX_GETBLK_H__D3C9E463_48B2_11D5_9DCC_5254AB2B9F00__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -