Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes a JPEG DC huffman table.
Syntax
typedef struct DXGI_JPEG_DC_HUFFMAN_TABLE {
BYTE CodeCounts[12];
BYTE CodeValues[12];
} DXGI_JPEG_DC_HUFFMAN_TABLE;
Members
-
CodeCounts
-
The number of codes for each code length.
-
CodeValues
-
The Huffman code values, in order of increasing code length.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
See also