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

📄 sad.h

📁 这是G.723和G.729的音频编解码的源代码
💻 H
字号:

class SAD
{protected:
	DBitStream *InputStream;
	int low, high, code_value, bit;
	int SADlength, sacindex, cum, zerorun;

	_inline void bit_out_psc_layer();
	RunCoef vlc_word_decode(int symbol_word, int *last);
	RunCoef Decode_Escape_Char(BOOL intra, int *last);
	int DecodeTCoef(int position,BOOL intra);
 public:
	int decode_a_symbol(const int *cumul_freq);
	void DecodeReset( );
	SAD(DBitStream *InStream);
	int GetIntraBlock(short *QCoeff);
	int GetInterBlock(short *QCoeff);
};

⌨️ 快捷键说明

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