SO3Engine
|
stbi__huffman Struct Reference
#include <stb_image.h>
Public Attributes | |
stbi_uc | fast [1<< FAST_BITS] |
stbi__uint16 | code [256] |
stbi_uc | values [256] |
stbi_uc | size [257] |
unsigned int | maxcode [18] |
int | delta [17] |
Detailed Description
Definition at line 1756 of file stb_image.h.
Member Data Documentation
◆ code
stbi__uint16 stbi__huffman::code[256] |
Definition at line 1760 of file stb_image.h.
◆ delta
int stbi__huffman::delta[17] |
Definition at line 1764 of file stb_image.h.
◆ fast
stbi_uc stbi__huffman::fast[1<< FAST_BITS] |
Definition at line 1758 of file stb_image.h.
◆ maxcode
unsigned int stbi__huffman::maxcode[18] |
Definition at line 1763 of file stb_image.h.
◆ size
stbi_uc stbi__huffman::size[257] |
Definition at line 1762 of file stb_image.h.
◆ values
stbi_uc stbi__huffman::values[256] |
Definition at line 1761 of file stb_image.h.
The documentation for this struct was generated from the following file:
- include/External/stbi/stb_image.h
Generated by 1.9.8