"L. Spiro Engine"
|
#include <LSIJpegCommonStructs.h>
Public Attributes | |
LSDOUBLE | D_max |
LSINT32 | packno |
LSINT32 | index_write |
LSINT32 | image_w |
LSINT32 | image_h |
OPJ_PROG_ORDER | prog |
LSINT32 | tile_x |
LSINT32 | tile_y |
LSINT32 | tile_Ox |
LSINT32 | tile_Oy |
LSINT32 | tw |
LSINT32 | th |
LSINT32 | numcomps |
LSINT32 | numlayers |
LSINT32 * | numdecompos |
LSINT32 | marknum |
opj_marker_info_t * | marker |
LSINT32 | maxmarknum |
LSINT32 | main_head_start |
LSINT32 | main_head_end |
LSINT32 | codestream_size |
opj_tile_info_t * | tile |
Index structure of the codestream.
Codestream's size.
Maximum distortion reduction on the whole image (add for Marcela).
Image height.
Image width.
Writing the packet in the index with t2_encode_packets.
Main header position.
Main header position.
List of markers.
Number of markers.
Actual size of markers array.
Component numbers.
Number of decomposition for each component.
Number of layer.
Packet number.
Progression order.
Number of tiles in Y.
Information regarding tiles inside image.
Tile size in x.
Tile size in y.
Number of tiles in X.