Grok  7.6.6
Public Attributes | List of all members
_grk_tile_info Struct Reference

Tile info. More...

#include <grok.h>

Public Attributes

double * thresh
 value of thresh for each layer by tile cfr. More...
 
uint16_t tileno
 number of tile More...
 
uint64_t start_pos
 start position More...
 
uint64_t end_header
 end position of the header More...
 
uint64_t end_pos
 end position More...
 
uint32_t pw [GRK_J2K_MAXRLVLS]
 precinct number for each resolution level (width) More...
 
uint32_t ph [GRK_J2K_MAXRLVLS]
 precinct number for each resolution level (height) More...
 
uint32_t pdx [GRK_J2K_MAXRLVLS]
 precinct size (in power of 2), in X for each resolution level More...
 
uint32_t pdy [GRK_J2K_MAXRLVLS]
 precinct size (in power of 2), in Y for each resolution level More...
 
grk_packet_infopacket
 information concerning packets inside tile More...
 
int64_t numpix
 
double distotile
 
uint32_t marknum
 number of markers More...
 
grk_marker_infomarker
 list of markers More...
 
uint32_t maxmarknum
 actual size of markers array More...
 
uint32_t num_tps
 number of tile parts More...
 

Detailed Description

Tile info.

Member Data Documentation

◆ distotile

double _grk_tile_info::distotile

◆ end_header

uint64_t _grk_tile_info::end_header

end position of the header

◆ end_pos

uint64_t _grk_tile_info::end_pos

end position

◆ marker

grk_marker_info* _grk_tile_info::marker

list of markers

◆ marknum

uint32_t _grk_tile_info::marknum

number of markers

◆ maxmarknum

uint32_t _grk_tile_info::maxmarknum

actual size of markers array

◆ num_tps

uint32_t _grk_tile_info::num_tps

number of tile parts

◆ numpix

int64_t _grk_tile_info::numpix

◆ packet

grk_packet_info* _grk_tile_info::packet

information concerning packets inside tile

◆ pdx

uint32_t _grk_tile_info::pdx[GRK_J2K_MAXRLVLS]

precinct size (in power of 2), in X for each resolution level

◆ pdy

uint32_t _grk_tile_info::pdy[GRK_J2K_MAXRLVLS]

precinct size (in power of 2), in Y for each resolution level

◆ ph

uint32_t _grk_tile_info::ph[GRK_J2K_MAXRLVLS]

precinct number for each resolution level (height)

◆ pw

uint32_t _grk_tile_info::pw[GRK_J2K_MAXRLVLS]

precinct number for each resolution level (width)

◆ start_pos

uint64_t _grk_tile_info::start_pos

start position

◆ thresh

double* _grk_tile_info::thresh

value of thresh for each layer by tile cfr.

Marcela

◆ tileno

uint16_t _grk_tile_info::tileno

number of tile


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