Grok
9.5.0
|
Go to the source code of this file.
Namespaces | |
grk | |
Copyright (C) 2016-2021 Grok Image Compression Inc. | |
Macros | |
#define | T1_NMSEDEC_BITS 7 |
#define | T1_NMSEDEC_FRACBITS (T1_NMSEDEC_BITS - 1) |
Variables | |
const uint32_t | grk::maxNumComponentsJ2K = 16384 |
const uint32_t | grk::maxPrecisionJ2K = 38 |
const uint32_t | grk::maxPassesPerSegmentJ2K = (maxPrecisionJ2K - 1) * 3 + 1 |
const uint32_t | grk::maxNumTilesJ2K = 65535 |
const uint32_t | grk::maxTilePartsPerTileJ2K = 255 |
const uint32_t | grk::maxTotalTilePartsJ2K = 65535 |
const uint32_t | grk::maxTilePartSizeJ2K = UINT_MAX |
const uint32_t | grk::maxNumLayersJ2K = 65535 |
const uint32_t | grk::maxBitPlanesGRK = 31 - T1_NMSEDEC_FRACBITS |
const uint16_t | grk::maxCompressLayersGRK = 100 |
#define T1_NMSEDEC_BITS 7 |
#define T1_NMSEDEC_FRACBITS (T1_NMSEDEC_BITS - 1) |