RetroArch
Public Attributes | List of all members
CLzmaDec Struct Reference

#include <LzmaDec.h>

Collaboration diagram for CLzmaDec:
[legend]

Public Attributes

CLzmaProps prop
 
uint16_tprobs
 
uint8_tdic
 
const uint8_tbuf
 
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]
 

Member Data Documentation

◆ buf

const uint8_t* CLzmaDec::buf

◆ checkDicSize

uint32_t CLzmaDec::checkDicSize

◆ code

uint32_t CLzmaDec::code

◆ dic

uint8_t* CLzmaDec::dic

◆ dicBufSize

size_t CLzmaDec::dicBufSize

◆ dicPos

size_t CLzmaDec::dicPos

◆ needFlush

int CLzmaDec::needFlush

◆ needInitState

int CLzmaDec::needInitState

◆ numProbs

uint32_t CLzmaDec::numProbs

◆ probs

uint16_t* CLzmaDec::probs

◆ processedPos

uint32_t CLzmaDec::processedPos

◆ prop

CLzmaProps CLzmaDec::prop

◆ range

uint32_t CLzmaDec::range

◆ remainLen

unsigned CLzmaDec::remainLen

◆ reps

uint32_t CLzmaDec::reps[4]

◆ state

unsigned CLzmaDec::state

◆ tempBuf

uint8_t CLzmaDec::tempBuf[LZMA_REQUIRED_INPUT_MAX]

◆ tempBufSize

unsigned CLzmaDec::tempBufSize

The documentation for this struct was generated from the following file: