#include <TileCache.h>
|
uint16_t | state_ |
| Decoder state: used to indicate in which part of the code stream the decompressor is (main header, tile header, end)
|
|
◆ DecompressorState() [1/2]
grk::DecompressorState::DecompressorState |
( |
| ) |
|
◆ DecompressorState() [2/2]
grk::grk::DecompressorState::DecompressorState |
( |
| ) |
|
◆ andState() [1/2]
void grk::DecompressorState::andState |
( |
uint16_t | state | ) |
|
◆ andState() [2/2]
void grk::grk::DecompressorState::andState |
( |
uint16_t | state | ) |
|
◆ findNextSOT() [1/2]
◆ findNextSOT() [2/2]
◆ getState() [1/2]
uint16_t grk::DecompressorState::getState |
( |
void | | ) |
|
◆ getState() [2/2]
uint16_t grk::grk::DecompressorState::getState |
( |
void | | ) |
|
◆ orState() [1/2]
void grk::DecompressorState::orState |
( |
uint16_t | state | ) |
|
◆ orState() [2/2]
void grk::grk::DecompressorState::orState |
( |
uint16_t | state | ) |
|
◆ setComplete() [1/2]
void grk::DecompressorState::setComplete |
( |
uint16_t | tileIndex | ) |
|
◆ setComplete() [2/2]
void grk::grk::DecompressorState::setComplete |
( |
uint16_t | tileIndex | ) |
|
◆ setState() [1/2]
void grk::DecompressorState::setState |
( |
uint16_t | state | ) |
|
◆ setState() [2/2]
void grk::grk::DecompressorState::setState |
( |
uint16_t | state | ) |
|
◆ default_tcp_
◆ lastSotReadPosition
uint64_t grk::grk::DecompressorState::lastSotReadPosition |
Position of the last SOT marker read.
◆ lastTilePartInCodeStream
bool grk::grk::DecompressorState::lastTilePartInCodeStream |
Indicate that the current tile-part is assumed to be the last tile part of the code stream.
This is useful in the case when PSot is equal to zero. The SOT length will be computed in the SOD reader function.
◆ state_
uint16_t grk::grk::DecompressorState::state_ |
|
private |
Decoder state: used to indicate in which part of the code stream the decompressor is (main header, tile header, end)
◆ tilesToDecompress_
TileSet grk::grk::DecompressorState::tilesToDecompress_ |
The documentation for this struct was generated from the following files: