"L. Spiro Engine"
|
#include <LSIJ2k.h>
Public Attributes | |
LSINT32 | first |
LSINT32 | csty |
OPJ_PROG_ORDER | prg |
LSINT32 | numlayers |
LSINT32 | mct |
LSFLOAT | rates [100] |
LSINT32 | numpocs |
LSINT32 | POC |
CJpegCommonStructs::opj_poc_t | pocs [32] |
LSUINT8 * | ppt_data |
LSUINT8 * | ppt_data_first |
LSINT32 | ppt |
LSINT32 | ppt_store |
LSINT32 | ppt_len |
LSFLOAT | distoratio [100] |
opj_tccp_t * | tccps |
Tile coding parameters: this structure is used to store coding/decoding parameters common to all tiles (information like COD, COC in main header).
LSINT32 lsi::CJ2k::opj_tcp::csty |
Coding style.
LSFLOAT lsi::CJ2k::opj_tcp::distoratio[100] |
Add fixed_quality.
LSINT32 lsi::CJ2k::opj_tcp::first |
1: first part-tile of a tile.
LSINT32 lsi::CJ2k::opj_tcp::mct |
Multi-component transform identifier.
LSINT32 lsi::CJ2k::opj_tcp::numlayers |
Number of layers.
LSINT32 lsi::CJ2k::opj_tcp::numpocs |
Number of progression order changes.
LSINT32 lsi::CJ2k::opj_tcp::POC |
Indicates if a POC marker has been used O:NO, 1:YES.
Progression order changes.
LSINT32 lsi::CJ2k::opj_tcp::ppt |
If ppt == 1 --> there was a PPT marker for the present tile.
LSUINT8* lsi::CJ2k::opj_tcp::ppt_data |
Packet header store there for futur use in t2_decode_packet.
LSUINT8* lsi::CJ2k::opj_tcp::ppt_data_first |
Pointer remaining on the first byte of the first header if ppt is used.
LSINT32 lsi::CJ2k::opj_tcp::ppt_len |
ppmbug1.
LSINT32 lsi::CJ2k::opj_tcp::ppt_store |
Used in case of multiple marker PPT ( number of info already stored ).
Progression order.
LSFLOAT lsi::CJ2k::opj_tcp::rates[100] |
Rates of layers.
Tile-component coding parameters.