OpenJPEG
2.2.0
|
#include <j2k.h>
Data Fields | |
OPJ_UINT32 | m_current_poc_tile_part_number |
Tile part number, regardless of poc, for each new poc, tp is reset to 1. More... | |
OPJ_UINT32 | m_current_tile_part_number |
Tile part number currently coding, taking into account POC. More... | |
OPJ_OFF_T | m_tlm_start |
locate the start position of the TLM marker after encoding the tilepart, a jump (in j2k_write_sod) is done to the TLM marker to store the value of its length. More... | |
OPJ_BYTE * | m_tlm_sot_offsets_buffer |
Stores the sizes of the tlm. More... | |
OPJ_BYTE * | m_tlm_sot_offsets_current |
The current offset of the tlm buffer. More... | |
OPJ_UINT32 | m_total_tile_parts |
Total num of tile parts in whole image = num tiles* num tileparts in each tile. More... | |
OPJ_BYTE * | m_encoded_tile_data |
OPJ_UINT32 | m_encoded_tile_size |
OPJ_BYTE * | m_header_tile_data |
OPJ_UINT32 | m_header_tile_data_size |
OPJ_UINT32 opj_j2k_enc::m_current_poc_tile_part_number |
Tile part number, regardless of poc, for each new poc, tp is reset to 1.
Referenced by opj_j2k_pre_write_tile(), opj_j2k_write_all_tile_parts(), opj_j2k_write_first_tile_part(), and opj_j2k_write_sod().
OPJ_UINT32 opj_j2k_enc::m_current_tile_part_number |
Tile part number currently coding, taking into account POC.
m_current_tile_part_number holds the total number of tile parts while encoding the last tile part.
Referenced by opj_j2k_pre_write_tile(), opj_j2k_write_all_tile_parts(), opj_j2k_write_sod(), and opj_j2k_write_sot().
OPJ_BYTE* opj_j2k_enc::m_encoded_tile_data |
Referenced by opj_j2k_destroy(), opj_j2k_end_encoding(), opj_j2k_post_write_tile(), and opj_j2k_update_rates().
OPJ_UINT32 opj_j2k_enc::m_encoded_tile_size |
Referenced by opj_j2k_end_encoding(), opj_j2k_post_write_tile(), and opj_j2k_update_rates().
OPJ_BYTE* opj_j2k_enc::m_header_tile_data |
Referenced by opj_j2k_create_compress(), opj_j2k_destroy(), opj_j2k_destroy_header_memory(), opj_j2k_write_cbd(), opj_j2k_write_coc(), opj_j2k_write_cod(), opj_j2k_write_com(), opj_j2k_write_eoc(), opj_j2k_write_mcc_record(), opj_j2k_write_mco(), opj_j2k_write_mct_record(), opj_j2k_write_poc(), opj_j2k_write_qcc(), opj_j2k_write_qcd(), opj_j2k_write_rgn(), opj_j2k_write_siz(), opj_j2k_write_soc(), and opj_j2k_write_tlm().
OPJ_UINT32 opj_j2k_enc::m_header_tile_data_size |
Referenced by opj_j2k_create_compress(), opj_j2k_destroy(), opj_j2k_destroy_header_memory(), opj_j2k_write_cbd(), opj_j2k_write_coc(), opj_j2k_write_cod(), opj_j2k_write_com(), opj_j2k_write_mcc_record(), opj_j2k_write_mco(), opj_j2k_write_mct_record(), opj_j2k_write_poc(), opj_j2k_write_qcc(), opj_j2k_write_qcd(), opj_j2k_write_siz(), and opj_j2k_write_tlm().
OPJ_BYTE* opj_j2k_enc::m_tlm_sot_offsets_buffer |
Stores the sizes of the tlm.
Referenced by opj_j2k_destroy(), opj_j2k_end_encoding(), opj_j2k_update_rates(), and opj_j2k_write_updated_tlm().
OPJ_BYTE* opj_j2k_enc::m_tlm_sot_offsets_current |
The current offset of the tlm buffer.
Referenced by opj_j2k_destroy(), opj_j2k_end_encoding(), opj_j2k_update_rates(), and opj_j2k_update_tlm().
OPJ_OFF_T opj_j2k_enc::m_tlm_start |
locate the start position of the TLM marker after encoding the tilepart, a jump (in j2k_write_sod) is done to the TLM marker to store the value of its length.
Referenced by opj_j2k_write_tlm(), and opj_j2k_write_updated_tlm().
OPJ_UINT32 opj_j2k_enc::m_total_tile_parts |
Total num of tile parts in whole image = num tiles* num tileparts in each tile.
used in TLMmarker
Referenced by opj_j2k_init_info(), opj_j2k_update_rates(), opj_j2k_write_tlm(), and opj_j2k_write_updated_tlm().