Sarcode.h
资源名称:263.rar [点击查看]
上传用户:szklck
上传日期:2007-01-22
资源大小:925k
文件大小:1k
源码类别:
图形图像处理
开发平台:
Visual C++
- // Sarcode.h: interface for the CSarcode class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_SARCODE_H__5CAA58E2_4940_11D5_9DCC_5254AB2B9F00__INCLUDED_)
- #define AFX_SARCODE_H__5CAA58E2_4940_11D5_9DCC_5254AB2B9F00__INCLUDED_
- #include "Getbits.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CSarcode
- {
- public:
- long low, high, code_value, bit, length, sacindex, cum, zerorun;
- CGetbits m_getbits;
- void decoder_reset( );
- int decode_a_symbol(int cumul_freq[ ]);
- CSarcode();
- virtual ~CSarcode();
- private:
- void bit_out_psc_layer();
- };
- #endif // !defined(AFX_SARCODE_H__5CAA58E2_4940_11D5_9DCC_5254AB2B9F00__INCLUDED_)
English
