Grok
7.6.2
|
Tile index info. More...
#include <grok.h>
Public Attributes | |
uint16_t | tileno |
tile index More... | |
uint32_t | nb_tps |
number of tile parts More... | |
uint32_t | current_nb_tps |
current nb of tile part (allocated) More... | |
uint32_t | current_tpsno |
current tile-part index More... | |
grk_tp_index * | tp_index |
information concerning tile parts More... | |
uint32_t | marknum |
number of markers More... | |
grk_marker_info * | marker |
list of markers More... | |
uint32_t | maxmarknum |
actual size of markers array More... | |
Tile index info.
uint32_t _grk_tile_index::current_nb_tps |
current nb of tile part (allocated)
Referenced by grk::SOTMarker::read().
uint32_t _grk_tile_index::current_tpsno |
current tile-part index
Referenced by grk::TileLengthMarkers::add_to_index(), grk::TileProcessor::prepare_sod_decoding(), and grk::SOTMarker::read().
grk_marker_info* _grk_tile_index::marker |
list of markers
Referenced by grk::TileLengthMarkers::add_to_index(), grk::j2k_allocate_tile_element_cstr_index(), grk::j2k_destroy_cstr_index(), and grk::j2k_get_cstr_index().
uint32_t _grk_tile_index::marknum |
number of markers
Referenced by grk::TileLengthMarkers::add_to_index(), grk::j2k_allocate_tile_element_cstr_index(), and grk::j2k_get_cstr_index().
uint32_t _grk_tile_index::maxmarknum |
actual size of markers array
Referenced by grk::TileLengthMarkers::add_to_index(), and grk::j2k_allocate_tile_element_cstr_index().
uint32_t _grk_tile_index::nb_tps |
number of tile parts
Referenced by grk::j2k_get_cstr_index(), and grk::SOTMarker::read().
uint16_t _grk_tile_index::tileno |
tile index
Referenced by grk::SOTMarker::read().
grk_tp_index* _grk_tile_index::tp_index |
information concerning tile parts
Referenced by grk::TileLengthMarkers::add_to_index(), grk::j2k_destroy_cstr_index(), grk::j2k_get_cstr_index(), grk::TileProcessor::prepare_sod_decoding(), and grk::SOTMarker::read().