RetroArch
Public Attributes | List of all members
huffman_decoder Struct Reference

#include <huffman.h>

Collaboration diagram for huffman_decoder:
[legend]

Public Attributes

uint32_t numcodes
 
uint8_t maxbits
 
uint8_t prevdata
 
int rleremaining
 
lookup_valuelookup
 
struct node_thuffnode
 
uint32_tdatahisto
 

Member Data Documentation

◆ datahisto

uint32_t* huffman_decoder::datahisto

◆ huffnode

struct node_t* huffman_decoder::huffnode

◆ lookup

lookup_value* huffman_decoder::lookup

◆ maxbits

uint8_t huffman_decoder::maxbits

◆ numcodes

uint32_t huffman_decoder::numcodes

◆ prevdata

uint8_t huffman_decoder::prevdata

◆ rleremaining

int huffman_decoder::rleremaining

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