#include <LzmaDec.h>
Public Attributes | |
const Byte * | buf |
UInt32 | checkDicSize |
UInt32 | code |
Byte * | dic |
SizeT | dicBufSize |
SizeT | dicPos |
int | needFlush |
int | needInitState |
UInt32 | numProbs |
UInt16 * | probs |
UInt32 | processedPos |
CLzmaProps | prop |
UInt32 | range |
unsigned | remainLen |
UInt32 | reps [4] |
unsigned | state |
Byte | tempBuf [20] |
unsigned | tempBufSize |
const Byte* CLzmaDec::buf |
Definition at line 55 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), and LzmaDec_DecodeToDic().
UInt32 CLzmaDec::checkDicSize |
Definition at line 60 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), LzmaDec_InitDicAndState(), LzmaDec_TryDummy(), and LzmaDec_WriteRem().
UInt32 CLzmaDec::code |
Definition at line 56 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeToDic(), LzmaDec_InitRc(), and LzmaDec_TryDummy().
Byte* CLzmaDec::dic |
Definition at line 54 of file LzmaDec.h.
Referenced by LzmaDec_Allocate(), LzmaDec_DecodeReal(), LzmaDec_DecodeToBuf(), LzmaDec_FreeDict(), LzmaDec_TryDummy(), LzmaDec_WriteRem(), and LzmaDecode().
SizeT CLzmaDec::dicBufSize |
Definition at line 58 of file LzmaDec.h.
Referenced by LzmaDec_Allocate(), LzmaDec_DecodeReal(), LzmaDec_DecodeToBuf(), LzmaDec_TryDummy(), LzmaDec_WriteRem(), and LzmaDecode().
SizeT CLzmaDec::dicPos |
Definition at line 57 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), LzmaDec_DecodeToBuf(), LzmaDec_DecodeToDic(), LzmaDec_Init(), LzmaDec_TryDummy(), LzmaDec_WriteRem(), and LzmaDecode().
int CLzmaDec::needFlush |
Definition at line 64 of file LzmaDec.h.
Referenced by LzmaDec_DecodeToDic(), LzmaDec_InitDicAndState(), and LzmaDec_InitRc().
int CLzmaDec::needInitState |
Definition at line 65 of file LzmaDec.h.
Referenced by LzmaDec_DecodeToDic(), LzmaDec_InitDicAndState(), and LzmaDec_InitStateReal().
UInt32 CLzmaDec::numProbs |
Definition at line 66 of file LzmaDec.h.
Referenced by LzmaDec_AllocateProbs2().
UInt16* CLzmaDec::probs |
Definition at line 53 of file LzmaDec.h.
Referenced by LzmaDec_AllocateProbs2(), LzmaDec_DecodeReal(), LzmaDec_FreeProbs(), LzmaDec_InitStateReal(), and LzmaDec_TryDummy().
UInt32 CLzmaDec::processedPos |
Definition at line 59 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), LzmaDec_InitDicAndState(), LzmaDec_TryDummy(), and LzmaDec_WriteRem().
CLzmaProps CLzmaDec::prop |
Definition at line 52 of file LzmaDec.h.
Referenced by LzmaDec_Allocate(), LzmaDec_AllocateProbs(), LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), LzmaDec_InitStateReal(), LzmaDec_TryDummy(), and LzmaDec_WriteRem().
UInt32 CLzmaDec::range |
Definition at line 56 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_InitRc(), and LzmaDec_TryDummy().
unsigned CLzmaDec::remainLen |
Definition at line 63 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_DecodeReal2(), LzmaDec_DecodeToDic(), LzmaDec_InitDicAndState(), and LzmaDec_WriteRem().
UInt32 CLzmaDec::reps[4] |
Definition at line 62 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_InitStateReal(), LzmaDec_TryDummy(), and LzmaDec_WriteRem().
unsigned CLzmaDec::state |
Definition at line 61 of file LzmaDec.h.
Referenced by LzmaDec_DecodeReal(), LzmaDec_InitStateReal(), and LzmaDec_TryDummy().
Byte CLzmaDec::tempBuf[20] |
Definition at line 68 of file LzmaDec.h.
Referenced by LzmaDec_DecodeToDic().
unsigned CLzmaDec::tempBufSize |
Definition at line 67 of file LzmaDec.h.
Referenced by LzmaDec_DecodeToDic(), and LzmaDec_InitDicAndState().