RetroArch
|
#include <LzmaDec.h>
Public Attributes | |
CLzmaProps | prop |
uint16_t * | probs |
uint8_t * | dic |
const uint8_t * | buf |
uint32_t | range |
uint32_t | code |
size_t | dicPos |
size_t | dicBufSize |
uint32_t | processedPos |
uint32_t | checkDicSize |
unsigned | state |
uint32_t | reps [4] |
unsigned | remainLen |
int | needFlush |
int | needInitState |
uint32_t | numProbs |
unsigned | tempBufSize |
uint8_t | tempBuf [LZMA_REQUIRED_INPUT_MAX] |
uint32_t CLzmaDec::checkDicSize |
uint32_t CLzmaDec::code |
uint8_t* CLzmaDec::dic |
size_t CLzmaDec::dicBufSize |
size_t CLzmaDec::dicPos |
int CLzmaDec::needFlush |
int CLzmaDec::needInitState |
uint32_t CLzmaDec::numProbs |
uint16_t* CLzmaDec::probs |
uint32_t CLzmaDec::processedPos |
CLzmaProps CLzmaDec::prop |
uint32_t CLzmaDec::range |
unsigned CLzmaDec::remainLen |
uint32_t CLzmaDec::reps[4] |
unsigned CLzmaDec::state |
uint8_t CLzmaDec::tempBuf[LZMA_REQUIRED_INPUT_MAX] |
unsigned CLzmaDec::tempBufSize |