RetroArch
Public Attributes | List of all members
rjpeg__huffman Struct Reference

Public Attributes

uint8_t fast [1<< FAST_BITS]
 
uint16_t code [256]
 
uint8_t values [256]
 
uint8_t size [257]
 
unsigned int maxcode [18]
 
int delta [17]
 

Member Data Documentation

◆ code

uint16_t rjpeg__huffman::code[256]

◆ delta

int rjpeg__huffman::delta[17]

◆ fast

uint8_t rjpeg__huffman::fast[1<< FAST_BITS]

◆ maxcode

unsigned int rjpeg__huffman::maxcode[18]

◆ size

uint8_t rjpeg__huffman::size[257]

◆ values

uint8_t rjpeg__huffman::values[256]

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