OpenJPEG  2.4.0
Data Fields
opj_tile_index Struct Reference

Index structure about a tile. More...

#include <openjpeg.h>

Data Fields

OPJ_UINT32 tileno
 tile index More...
 
OPJ_UINT32 nb_tps
 number of tile parts More...
 
OPJ_UINT32 current_nb_tps
 current nb of tile part (allocated) More...
 
OPJ_UINT32 current_tpsno
 current tile-part index More...
 
opj_tp_index_ttp_index
 information concerning tile parts More...
 
OPJ_UINT32 marknum
 number of markers More...
 
opj_marker_info_tmarker
 list of markers More...
 
OPJ_UINT32 maxmarknum
 actual size of markers array More...
 
OPJ_UINT32 nb_packet
 packet number More...
 
opj_packet_info_tpacket_index
 information concerning packets inside tile More...
 

Detailed Description

Index structure about a tile.

Field Documentation

OPJ_UINT32 opj_tile_index::current_nb_tps

current nb of tile part (allocated)

Referenced by opj_j2k_read_sot().

OPJ_UINT32 opj_tile_index::current_tpsno

current tile-part index

Referenced by opj_j2k_add_tlmarker(), opj_j2k_read_sod(), and opj_j2k_read_sot().

opj_marker_info_t* opj_tile_index::marker
OPJ_UINT32 opj_tile_index::marknum
OPJ_UINT32 opj_tile_index::maxmarknum

actual size of markers array

Referenced by opj_j2k_add_tlmarker(), and opj_j2k_allocate_tile_element_cstr_index().

OPJ_UINT32 opj_tile_index::nb_packet

packet number

Referenced by j2k_get_cstr_index().

OPJ_UINT32 opj_tile_index::nb_tps
opj_packet_info_t* opj_tile_index::packet_index

information concerning packets inside tile

Referenced by j2k_destroy_cstr_index(), and j2k_get_cstr_index().

OPJ_UINT32 opj_tile_index::tileno

tile index

Referenced by opj_j2k_read_sot().

opj_tp_index_t* opj_tile_index::tp_index

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