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 AC huffman table.
Syntax
typedef struct DXGI_JPEG_AC_HUFFMAN_TABLE {
BYTE CodeCounts[16];
BYTE CodeValues[162];
} DXGI_JPEG_AC_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