Grok 10.0.5
TileComponent.h File Reference
#include <vector>
#include "TileProcessor.h"

Go to the source code of this file.

Classes

struct  grk::grk::TileComponent
 

Namespaces

namespace  grk
 Copyright (C) 2016-2023 Grok Image Compression Inc.
 

Variables

Resolution * resolutions_
 
uint8_t numresolutions
 
uint8_t numResolutionsToDecompress
 
std::atomic< uint8_t > highestResolutionDecompressed
 
ISparseCanvas * regionWindow_
 
bool wholeTileDecompress
 
bool isCompressor_
 
TileComponentWindow< int32_t > * window_
 
TileComponentCodingParams * tccp_
 

Variable Documentation

◆ highestResolutionDecompressed

std::atomic<uint8_t> highestResolutionDecompressed

◆ isCompressor_

bool isCompressor_
private

◆ numresolutions

uint8_t numresolutions

◆ numResolutionsToDecompress

uint8_t numResolutionsToDecompress

◆ regionWindow_

◆ resolutions_

◆ tccp_

TileComponentCodingParams* tccp_
private

◆ wholeTileDecompress

◆ window_