Grok
7.6.6
|
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_info * | packet |
information concerning packets inside tile More... | |
int64_t | numpix |
double | distotile |
uint32_t | marknum |
number of markers More... | |
grk_marker_info * | marker |
list of markers More... | |
uint32_t | maxmarknum |
actual size of markers array More... | |
uint32_t | num_tps |
number of tile parts More... | |
Tile info.
double _grk_tile_info::distotile |
uint64_t _grk_tile_info::end_header |
end position of the header
uint64_t _grk_tile_info::end_pos |
end position
grk_marker_info* _grk_tile_info::marker |
list of markers
uint32_t _grk_tile_info::marknum |
number of markers
uint32_t _grk_tile_info::maxmarknum |
actual size of markers array
uint32_t _grk_tile_info::num_tps |
number of tile parts
int64_t _grk_tile_info::numpix |
grk_packet_info* _grk_tile_info::packet |
information concerning packets inside tile
uint32_t _grk_tile_info::pdx[GRK_J2K_MAXRLVLS] |
precinct size (in power of 2), in X for each resolution level
uint32_t _grk_tile_info::pdy[GRK_J2K_MAXRLVLS] |
precinct size (in power of 2), in Y for each resolution level
uint32_t _grk_tile_info::ph[GRK_J2K_MAXRLVLS] |
precinct number for each resolution level (height)
uint32_t _grk_tile_info::pw[GRK_J2K_MAXRLVLS] |
precinct number for each resolution level (width)
uint64_t _grk_tile_info::start_pos |
start position
double* _grk_tile_info::thresh |
value of thresh for each layer by tile cfr.
Marcela
uint16_t _grk_tile_info::tileno |
number of tile