|
Worldstone
|
Represents a direction header. More...
#include <dcc.h>
Public Attributes | |
| uint32_t | outsizeCoded |
| bool | hasRawPixelEncoding: 1 |
| Do we have a direction supporting the raw pixel encoding ? | |
| bool | compressEqualCells: 1 |
| Do we have a stream for the equal cells optimization ? | |
| uint32_t | variable0Bits: 4 |
| Endcoded size in bits of FrameHeader::variable0. | |
| uint32_t | widthBits: 4 |
| Endcoded size in bits of FrameHeader::width. | |
| uint32_t | heightBits: 4 |
| Endcoded size in bits of FrameHeader::height. | |
| uint32_t | xOffsetBits: 4 |
| Endcoded size in bits of FrameHeader::xoffset. | |
| uint32_t | yOffsetBits: 4 |
| Endcoded size in bits of FrameHeader::yoffset. | |
| uint32_t | optionalBytesBits: 4 |
| Endcoded size in bits of FrameHeader::optionalBytes. | |
| uint32_t | codedBytesBits: 4 |
| Endcoded size in bits of FrameHeader::codedBytes. | |
Represents a direction header.
Some fields encode the size of various FrameHeader members using DCC::bitsWidthTable.