Grok  9.5.0
Public Attributes | List of all members
_grk_decompress_params Struct Reference

Decompress parameters. More...

#include <grok.h>

Public Attributes

grk_dparameters core
 core library parameters More...
 
char infile [GRK_PATH_LEN]
 input file name More...
 
char outfile [GRK_PATH_LEN]
 output file name More...
 
GRK_SUPPORTED_FILE_FMT decod_format
 input file format 0: J2K, 1: JP2 More...
 
GRK_SUPPORTED_FILE_FMT cod_format
 output file format 0: PGX, 1: PxM, 2: BMP More...
 
char indexfilename [GRK_PATH_LEN]
 index file name More...
 
uint32_t DA_x0
 Decompress window left boundary. More...
 
uint32_t DA_x1
 Decompress window right boundary. More...
 
uint32_t DA_y0
 Decompress window up boundary. More...
 
uint32_t DA_y1
 Decompress window bottom boundary. More...
 
bool m_verbose
 Verbose mode. More...
 
uint16_t tileIndex
 tile number of the decompressed tile More...
 
uint32_t nb_tile_to_decompress
 Number of tiles to decompress. More...
 
grk_precisionprecision
 
uint32_t nb_precision
 
bool force_rgb
 
bool upsample
 
bool split_pnm
 
bool serialize_xml
 
uint32_t compression
 
uint32_t compressionLevel
 
int32_t deviceId
 
uint32_t duration
 
uint32_t kernelBuildOptions
 
uint32_t repeats
 
bool verbose
 
uint32_t numThreads
 

Detailed Description

Decompress parameters.

Member Data Documentation

◆ cod_format

GRK_SUPPORTED_FILE_FMT _grk_decompress_params::cod_format

output file format 0: PGX, 1: PxM, 2: BMP

◆ compression

uint32_t _grk_decompress_params::compression

◆ compressionLevel

uint32_t _grk_decompress_params::compressionLevel

◆ core

grk_dparameters _grk_decompress_params::core

core library parameters

◆ DA_x0

uint32_t _grk_decompress_params::DA_x0

Decompress window left boundary.

◆ DA_x1

uint32_t _grk_decompress_params::DA_x1

Decompress window right boundary.

◆ DA_y0

uint32_t _grk_decompress_params::DA_y0

Decompress window up boundary.

◆ DA_y1

uint32_t _grk_decompress_params::DA_y1

Decompress window bottom boundary.

◆ decod_format

GRK_SUPPORTED_FILE_FMT _grk_decompress_params::decod_format

input file format 0: J2K, 1: JP2

◆ deviceId

int32_t _grk_decompress_params::deviceId

◆ duration

uint32_t _grk_decompress_params::duration

◆ force_rgb

bool _grk_decompress_params::force_rgb

◆ indexfilename

char _grk_decompress_params::indexfilename[GRK_PATH_LEN]

index file name

◆ infile

char _grk_decompress_params::infile[GRK_PATH_LEN]

input file name

◆ kernelBuildOptions

uint32_t _grk_decompress_params::kernelBuildOptions

◆ m_verbose

bool _grk_decompress_params::m_verbose

Verbose mode.

◆ nb_precision

uint32_t _grk_decompress_params::nb_precision

◆ nb_tile_to_decompress

uint32_t _grk_decompress_params::nb_tile_to_decompress

Number of tiles to decompress.

◆ numThreads

uint32_t _grk_decompress_params::numThreads

◆ outfile

char _grk_decompress_params::outfile[GRK_PATH_LEN]

output file name

◆ precision

grk_precision* _grk_decompress_params::precision

◆ repeats

uint32_t _grk_decompress_params::repeats

◆ serialize_xml

bool _grk_decompress_params::serialize_xml

◆ split_pnm

bool _grk_decompress_params::split_pnm

◆ tileIndex

uint16_t _grk_decompress_params::tileIndex

tile number of the decompressed tile

◆ upsample

bool _grk_decompress_params::upsample

◆ verbose

bool _grk_decompress_params::verbose

The documentation for this struct was generated from the following file: