RetroArch
|
#include <huffman.h>
Public Attributes | |
uint32_t | numcodes |
uint8_t | maxbits |
uint8_t | prevdata |
int | rleremaining |
lookup_value * | lookup |
struct node_t * | huffnode |
uint32_t * | datahisto |
uint32_t* huffman_decoder::datahisto |
struct node_t* huffman_decoder::huffnode |
lookup_value* huffman_decoder::lookup |
uint8_t huffman_decoder::maxbits |
uint32_t huffman_decoder::numcodes |
uint8_t huffman_decoder::prevdata |
int huffman_decoder::rleremaining |