|
"L. Spiro Engine"
|
#include <LSIJ2k.h>
Public Attributes | |
| OPJ_CINEMA_MODE | cinema |
| LSINT32 | max_comp_size |
| LSINT32 | img_size |
| OPJ_RSIZ_CAPABILITIES | rsiz |
| LSCHAR | tp_on |
| LSCHAR | tp_flag |
| LSINT32 | tp_pos |
| LSINT32 | disto_alloc |
| LSINT32 | fixed_alloc |
| LSINT32 | fixed_quality |
| LSINT32 | reduce |
| LSINT32 | layer |
| OPJ_LIMIT_DECODING | limit_decoding |
| LSINT32 | tx0 |
| LSINT32 | ty0 |
| LSINT32 | tdx |
| LSINT32 | tdy |
| LSCHAR * | comment |
| LSINT32 | tw |
| LSINT32 | th |
| LSINT32 * | tileno |
| LSINT32 | tileno_size |
| LSUINT8 * | ppm_data |
| LSUINT8 * | ppm_data_first |
| LSINT32 | ppm |
| LSINT32 | ppm_store |
| LSINT32 | ppm_previous |
| LSINT32 | ppm_len |
| opj_tcp_t * | tcps |
| LSINT32 * | matrice |
Coding parameters
Digital cinema profile.
| LSCHAR* lsi::CJ2k::opj_cp::comment |
Comment for coding.
| LSINT32 lsi::CJ2k::opj_cp::disto_alloc |
Allocation by rate/distortion.
| LSINT32 lsi::CJ2k::opj_cp::fixed_alloc |
Allocation by fixed layer.
| LSINT32 lsi::CJ2k::opj_cp::fixed_quality |
Add fixed_quality.
| LSINT32 lsi::CJ2k::opj_cp::img_size |
Size of the image in bits.
| LSINT32 lsi::CJ2k::opj_cp::layer |
If != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded.
If == NO_LIMITATION, decode entire codestream; if == LIMIT_TO_MAIN_HEADER then only decode the main header.
| LSINT32* lsi::CJ2k::opj_cp::matrice |
Fixed layer.
| LSINT32 lsi::CJ2k::opj_cp::max_comp_size |
Maximum rate for each component. If == 0, component size limitation is not considered.
| LSINT32 lsi::CJ2k::opj_cp::ppm |
If ppm == 1 --> there was a PPM marker for the present tile.
| LSUINT8* lsi::CJ2k::opj_cp::ppm_data |
Packet header store there for futur use in t2_decode_packet.
| LSUINT8* lsi::CJ2k::opj_cp::ppm_data_first |
Pointer remaining on the first byte of the first header if ppm is used.
| LSINT32 lsi::CJ2k::opj_cp::ppm_len |
ppmbug1.
| LSINT32 lsi::CJ2k::opj_cp::ppm_previous |
Use in case of multiple marker PPM (case on non-finished previous info).
| LSINT32 lsi::CJ2k::opj_cp::ppm_store |
Use in case of multiple marker PPM (number of info already store).
| LSINT32 lsi::CJ2k::opj_cp::reduce |
If != 0, then original dimension divided by 2^( reduce ); if == 0 or not used, image is decoded to the full resolution.
Tile coding parameters.
| LSINT32 lsi::CJ2k::opj_cp::tdx |
XTsiz.
| LSINT32 lsi::CJ2k::opj_cp::tdy |
YTsiz.
| LSINT32 lsi::CJ2k::opj_cp::th |
Number of tiles in heigth.
| LSINT32* lsi::CJ2k::opj_cp::tileno |
ID number of the tiles present in the codestream.
| LSINT32 lsi::CJ2k::opj_cp::tileno_size |
Size of the vector tileno.
| LSCHAR lsi::CJ2k::opj_cp::tp_flag |
Flag determining tile part generation.
| LSCHAR lsi::CJ2k::opj_cp::tp_on |
Enabling Tile part generation.
| LSINT32 lsi::CJ2k::opj_cp::tp_pos |
Position of tile part flag in progression order.
| LSINT32 lsi::CJ2k::opj_cp::tw |
Number of tiles in width.
| LSINT32 lsi::CJ2k::opj_cp::tx0 |
XTOsiz.
| LSINT32 lsi::CJ2k::opj_cp::ty0 |
YTOsiz.
1.7.3