OpenJPEG 2.5.3
opj_tile_index Struct Reference

Index structure about a tile. More...

#include <openjpeg.h>

Data Fields

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

Detailed Description

Index structure about a tile.

Field Documentation

◆ current_nb_tps

OPJ_UINT32 opj_tile_index::current_nb_tps

current nb of tile part (allocated)

Referenced by opj_j2k_build_tp_index_from_tlm(), and opj_j2k_read_sot().

◆ current_tpsno

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().

◆ marker

◆ marknum

◆ maxmarknum

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().

◆ nb_packet

OPJ_UINT32 opj_tile_index::nb_packet

packet number

Referenced by j2k_get_cstr_index().

◆ nb_tps

◆ packet_index

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().

◆ tileno

OPJ_UINT32 opj_tile_index::tileno

tile index

Referenced by opj_j2k_build_tp_index_from_tlm(), and opj_j2k_read_sot().

◆ tp_index


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