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 j2k_encode(), j2k_read_soc(), jpwl_dump_marks(), jpwl_esd_create(), and jpwl_update_info().
| double opj_codestream_info::D_max |
maximum distortion reduction on the whole image (add for Marcela)
Referenced by j2k_encode(), and t2_encode_packet().
image height
Referenced by j2k_encode(), and j2k_read_siz().
image width
Referenced by j2k_encode(), and j2k_read_siz().
writing the packet in the index with t2_encode_packets
Referenced by t2_encode_packet(), t2_encode_packets(), and tcd_encode_tile().
main header position
Referenced by j2k_encode(), j2k_read_sot(), jpwl_esd_fill(), jpwl_prepare_marks(), and jpwl_update_info().
main header position
Referenced by j2k_encode(), j2k_read_soc(), jpwl_dump_marks(), and jpwl_prepare_marks().
list of markers
Referenced by j2k_add_marker(), j2k_encode(), jpwl_dump_marks(), and opj_destroy_cstr_info().
number of markers
Referenced by j2k_add_marker(), j2k_encode(), and jpwl_dump_marks().
actual size of markers array
Referenced by j2k_add_marker(), and j2k_encode().
component numbers
Referenced by j2k_encode(), j2k_read_siz(), tcd_decode_tile(), and tcd_encode_tile().
number of decomposition for each component
Referenced by j2k_encode(), and j2k_read_cod().
number of layer
Referenced by j2k_encode(), j2k_read_cod(), tcd_decode_tile(), and tcd_encode_tile().
packet number
Referenced by j2k_encode(), j2k_read_sod(), j2k_write_sod(), jpwl_esd_create(), jpwl_esd_fill(), jpwl_prepare_marks(), jpwl_update_info(), t2_decode_packets(), t2_encode_packet(), t2_encode_packets(), and tcd_decode_tile().
progression order
Referenced by j2k_encode(), and j2k_read_cod().
number of tiles in Y
Referenced by j2k_encode(), j2k_read_siz(), jpwl_esd_create(), jpwl_esd_fill(), jpwl_prepare_marks(), jpwl_update_info(), and opj_destroy_cstr_info().
information regarding tiles inside image
Referenced by j2k_calculate_tp(), j2k_encode(), j2k_read_cox(), j2k_read_siz(), j2k_read_sod(), j2k_read_sot(), 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(), and tcd_rateallocate().
Referenced by j2k_encode(), and j2k_read_siz().
Referenced by j2k_encode(), and j2k_read_siz().
tile size in x
Referenced by j2k_encode(), and j2k_read_siz().
tile size in y
Referenced by j2k_encode(), and j2k_read_siz().
number of tiles in X
Referenced by j2k_encode(), j2k_read_siz(), jpwl_esd_create(), jpwl_esd_fill(), jpwl_prepare_marks(), jpwl_update_info(), and opj_destroy_cstr_info().
1.6.3