|
Grok
7.6.0
|
#include "HTParams.h"Go to the source code of this file.
Data Structures | |
| struct | grk::TileComponentCodingParams |
| Tile-component coding parameters. More... | |
| struct | grk::grk_mct_data |
| MCT data. More... | |
| struct | grk::grk_simple_mcc_decorrelation_data |
| MCC decorrelation data. More... | |
| struct | grk::TileCodingParams |
| Tile coding parameters : this structure is used to store coding/decoding parameters common to all tiles (information like COD, COC in main header) More... | |
| struct | grk::EncodingParams |
| struct | grk::DecodingParams |
| struct | grk::CodingParams |
| Coding parameters. More... | |
| struct | grk::DecoderState |
| struct | grk::EncoderState |
Namespaces | |
| grk | |
| Copyright (C) 2016-2020 Grok Image Compression Inc. | |
Enumerations | |
| enum | grk::J2K_MCT_ELEMENT_TYPE { grk::MCT_TYPE_INT16 = 0, grk::MCT_TYPE_INT32 = 1, grk::MCT_TYPE_FLOAT = 2, grk::MCT_TYPE_DOUBLE = 3 } |
| Type of elements storing in the MCT data. More... | |
| enum | grk::J2K_MCT_ARRAY_TYPE { grk::MCT_TYPE_DEPENDENCY = 0, grk::MCT_TYPE_DECORRELATION = 1, grk::MCT_TYPE_OFFSET = 2 } |
| Type of MCT array. More... | |
1.8.18