OpenJPEG
1.5.1
|
Index structure : information regarding tiles. More...
#include <openjpeg.h>
Data Fields | |
double * | thresh |
value of thresh for each layer by tile cfr. More... | |
int | tileno |
number of tile More... | |
int | start_pos |
start position More... | |
int | end_header |
end position of the header More... | |
int | end_pos |
end position More... | |
int | pw [33] |
precinct number for each resolution level (width) More... | |
int | ph [33] |
precinct number for each resolution level (height) More... | |
int | pdx [33] |
precinct size (in power of 2), in X for each resolution level More... | |
int | pdy [33] |
precinct size (in power of 2), in Y for each resolution level More... | |
opj_packet_info_t * | packet |
information concerning packets inside tile More... | |
int | numpix |
add fixed_quality More... | |
double | distotile |
add fixed_quality More... | |
int | marknum |
number of markers More... | |
opj_marker_info_t * | marker |
list of markers More... | |
int | maxmarknum |
actual size of markers array More... | |
int | num_tps |
number of tile parts More... | |
opj_tp_info_t * | tp |
information concerning tile parts More... | |
Index structure : information regarding tiles.
double opj_tile_info::distotile |
add fixed_quality
Referenced by jpwl_esd_fill(), and tcd_rateallocate().
int opj_tile_info::end_header |
end position of the header
Referenced by j2k_read_sod(), j2k_write_sod(), jpwl_esd_fill(), jpwl_update_info(), t2_decode_packets(), and t2_encode_packets().
int opj_tile_info::end_pos |
end position
Referenced by j2k_encode(), j2k_read_sot(), and jpwl_update_info().
opj_marker_info_t* opj_tile_info::marker |
list of markers
Referenced by j2k_add_tlmarker(), j2k_encode(), opj_destroy_cstr_info(), and write_tilemhix().
int opj_tile_info::marknum |
number of markers
Referenced by j2k_add_tlmarker(), j2k_encode(), and write_tilemhix().
int opj_tile_info::maxmarknum |
actual size of markers array
Referenced by j2k_add_tlmarker(), and j2k_encode().
int opj_tile_info::num_tps |
number of tile parts
Referenced by get_num_max_tile_parts(), j2k_calculate_tp(), j2k_read_sot(), jpwl_prepare_marks(), jpwl_update_info(), and write_tpixfaix().
int opj_tile_info::numpix |
add fixed_quality
Referenced by jpwl_esd_fill(), and tcd_rateallocate().
opj_packet_info_t* opj_tile_info::packet |
information concerning packets inside tile
Referenced by j2k_write_sod(), jpwl_esd_fill(), jpwl_prepare_marks(), jpwl_update_info(), opj_destroy_cstr_info(), t2_decode_packets(), t2_encode_packet(), t2_encode_packets(), tcd_decode_tile(), tcd_encode_tile(), write_phixfaix(), and write_ppixfaix().
int opj_tile_info::pdx[33] |
precinct size (in power of 2), in X for each resolution level
Referenced by j2k_read_cox(), tcd_decode_tile(), and tcd_encode_tile().
int opj_tile_info::pdy[33] |
precinct size (in power of 2), in Y for each resolution level
Referenced by j2k_read_cox(), tcd_decode_tile(), and tcd_encode_tile().
int opj_tile_info::ph[33] |
precinct number for each resolution level (height)
Referenced by tcd_decode_tile(), tcd_encode_tile(), write_phixfaix(), and write_ppixfaix().
int opj_tile_info::pw[33] |
precinct number for each resolution level (width)
Referenced by tcd_decode_tile(), tcd_encode_tile(), write_phixfaix(), and write_ppixfaix().
int opj_tile_info::start_pos |
start position
Referenced by j2k_encode(), j2k_read_sot(), jpwl_esd_fill(), and jpwl_update_info().
double* opj_tile_info::thresh |
value of thresh for each layer by tile cfr.
Marcela
Referenced by opj_destroy_cstr_info(), and tcd_rateallocate().
int opj_tile_info::tileno |
number of tile
Referenced by j2k_read_sot(), and j2k_write_sod().
opj_tp_info_t* opj_tile_info::tp |
information concerning tile parts
Referenced by j2k_calculate_tp(), j2k_encode(), j2k_read_sod(), j2k_read_sot(), jpwl_prepare_marks(), jpwl_update_info(), opj_destroy_cstr_info(), t2_decode_packets(), write_tilemhix(), and write_tpixfaix().