Index structure : information regarding tiles. More...
#include <openjpeg.h>
Data Fields | |
| double * | thresh |
| value of thresh for each layer by tile cfr. | |
| int | tileno |
| number of tile | |
| int | start_pos |
| start position | |
| int | end_header |
| end position of the header | |
| int | end_pos |
| end position | |
| int | pw [33] |
| precinct number for each resolution level (width) | |
| int | ph [33] |
| precinct number for each resolution level (height) | |
| int | pdx [33] |
| precinct size (in power of 2), in X for each resolution level | |
| int | pdy [33] |
| precinct size (in power of 2), in Y for each resolution level | |
| opj_packet_info_t * | packet |
| information concerning packets inside tile | |
| int | numpix |
| add fixed_quality | |
| double | distotile |
| add fixed_quality | |
| int | num_tps |
| number of tile parts | |
| opj_tp_info_t * | tp |
| information concerning tile parts | |
Index structure : information regarding tiles.
| double opj_tile_info::distotile |
add fixed_quality
Referenced by jpwl_esd_fill(), and tcd_rateallocate().
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().
end position
Referenced by j2k_encode(), j2k_read_sot(), and jpwl_update_info().
number of tile parts
Referenced by j2k_calculate_tp(), j2k_read_sot(), jpwl_prepare_marks(), and jpwl_update_info().
add fixed_quality
Referenced by jpwl_esd_fill(), and tcd_rateallocate().
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(), and tcd_encode_tile().
| 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(), and tcd_encode_tile().
| int opj_tile_info::pw[33] |
precinct number for each resolution level (width)
Referenced by tcd_decode_tile(), and tcd_encode_tile().
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().
number of tile
Referenced by j2k_read_sot(), and j2k_write_sod().
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(), and t2_decode_packets().
1.6.3