|
Grok 20.3.2
|
Go to the source code of this file.
Classes | |
| 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 |
| class | grk::TileCodingParamsPool |
| struct | grk::CodingParams |
| Coding parameters. More... | |
| struct | grk::CodingParams::RecordedPacketInfo |
Namespaces | |
| namespace | grk |
| ResWindow. | |
Typedefs | |
| typedef void(* | grk::mct_function) (const void *p_src_data, void *p_dest_data, uint64_t nb_elem) |
Enumerations | |
| enum | grk::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::MCT_ARRAY_TYPE { grk::MCT_TYPE_DEPENDENCY = 0 , grk::MCT_TYPE_DECORRELATION = 1 , grk::MCT_TYPE_OFFSET = 2 } |
| Type of MCT array. More... | |