OpenJPEG
2.5.3
|
Entry of a TLM marker segment. More...
#include <j2k.h>
Data Fields | |
OPJ_UINT16 | m_tile_index |
Tile index of the tile part. More... | |
OPJ_UINT32 | m_length |
Length in bytes, from the beginning of the SOT marker to the end of the bit stream data for that tile-part. More... | |
Entry of a TLM marker segment.
OPJ_UINT32 opj_j2k_tlm_tile_part_info::m_length |
Length in bytes, from the beginning of the SOT marker to the end of the bit stream data for that tile-part.
Ptlmi field
Referenced by opj_j2k_build_tp_index_from_tlm(), and opj_j2k_read_tlm().
OPJ_UINT16 opj_j2k_tlm_tile_part_info::m_tile_index |
Tile index of the tile part.
Ttlmi field
Referenced by opj_j2k_build_tp_index_from_tlm(), and opj_j2k_read_tlm().