Grok 10.0.5
|
#include "grk_includes.h"
Go to the source code of this file.
Classes | |
struct | grk::grk::Resolution |
Namespaces | |
namespace | grk |
Copyright (C) 2016-2023 Grok Image Compression Inc. | |
Variables | |
bool | initialized |
Subband | tileBand [BAND_NUM_INDICES] |
uint8_t | numTileBandWindows |
uint32_t | precinctGridWidth |
uint32_t | precinctGridHeight |
grk_pt32 | cblkExpn |
grk_pt32 | precinctPartitionTopLeft |
grk_pt32 | precinctExpn |
grk_plugin_tile * | current_plugin_tile |
ParserMap * | parserMap_ |
grk_pt32 cblkExpn |
Referenced by grk::grk::Resolution::init().
grk_plugin_tile* current_plugin_tile |
bool initialized |
Referenced by grk::grk::Resolution::init().
uint8_t numTileBandWindows |
ParserMap* parserMap_ |
Referenced by grk::grk::Resolution::init(), and grk::grk::Resolution::~Resolution().
grk_pt32 precinctExpn |
uint32_t precinctGridHeight |
Referenced by grk::grk::PacketManager::getParams(), and grk::grk::Resolution::init().
uint32_t precinctGridWidth |
grk_pt32 precinctPartitionTopLeft |
Subband tileBand[BAND_NUM_INDICES] |