Index structure of the codestream. More...
#include <openjpeg.h>
Data Fields | |
| double | D_max |
| maximum distortion reduction on the whole image (add for Marcela) | |
| int | packno |
| packet number | |
| int | index_write |
| writing the packet in the index with t2_encode_packets | |
| int | image_w |
| image width | |
| int | image_h |
| image height | |
| OPJ_PROG_ORDER | prog |
| progression order | |
| int | tile_x |
| tile size in x | |
| int | tile_y |
| tile size in y | |
| int | tile_Ox |
| int | tile_Oy |
| int | tw |
| number of tiles in X | |
| int | th |
| number of tiles in Y | |
| int | numcomps |
| component numbers | |
| int | numlayers |
| number of layer | |
| int * | numdecompos |
| number of decomposition for each component | |
| int | marknum |
| number of markers | |
| opj_marker_info_t * | marker |
| list of markers | |
| int | maxmarknum |
| actual size of markers array | |
| int | main_head_start |
| main header position | |
| int | main_head_end |
| main header position | |
| int | codestream_size |
| codestream's size | |
| opj_tile_info_t * | tile |
| information regarding tiles inside image | |
Index structure of the codestream.
codestream's size
Referenced by opj_write_cidx().
| double opj_codestream_info::D_max |
maximum distortion reduction on the whole image (add for Marcela)
Referenced by opj_t2_encode_packet().
image height
image width
writing the packet in the index with t2_encode_packets
Referenced by opj_t2_encode_packet(), opj_t2_encode_packets(), opj_tcd_encode_tile(), and opj_tcd_rate_allocate_encode().
main header position
Referenced by opj_write_mainmhix().
main header position
Referenced by opj_write_mainmhix().
list of markers
Referenced by opj_write_cidx(), and opj_write_mainmhix().
number of markers
Referenced by opj_write_cidx(), and opj_write_mainmhix().
actual size of markers array
component numbers
Referenced by opj_tcd_encode_tile(), opj_write_phix(), opj_write_phixfaix(), opj_write_ppix(), and opj_write_ppixfaix().
number of decomposition for each component
Referenced by opj_write_phixfaix(), opj_write_ppixfaix(), and opj_write_tpixfaix().
number of layer
Referenced by opj_tcd_encode_tile(), opj_write_phixfaix(), and opj_write_ppixfaix().
packet number
Referenced by opj_j2k_write_sod(), opj_t2_encode_packet(), and opj_t2_encode_packets().
progression order
Referenced by opj_write_phixfaix(), and opj_write_ppixfaix().
number of tiles in Y
Referenced by get_num_max_tile_parts(), opj_write_phixfaix(), opj_write_ppixfaix(), opj_write_thix(), and opj_write_tpixfaix().
information regarding tiles inside image
Referenced by get_num_max_tile_parts(), opj_t2_encode_packet(), opj_t2_encode_packets(), opj_tcd_encode_tile(), opj_tcd_rateallocate(), opj_write_phixfaix(), opj_write_ppixfaix(), opj_write_tilemhix(), and opj_write_tpixfaix().
tile size in x
tile size in y
number of tiles in X
Referenced by get_num_max_tile_parts(), opj_write_phixfaix(), opj_write_ppixfaix(), opj_write_thix(), and opj_write_tpixfaix().
1.6.1