|
"L. Spiro Engine"
|
#include <LSIRaw.h>
Public Attributes | |
| LSUINT8 | c |
| LSUINT32 | ct |
| LSUINT32 | lenmax |
| LSUINT32 | len |
| LSUINT8 * | bp |
| LSUINT8 * | start |
| LSUINT8 * | end |
RAW encoding operations
| LSUINT8* lsi::CRaw::opj_raw::bp |
Pointer to the current position in the buffer.
| LSUINT8 lsi::CRaw::opj_raw::c |
Temporary buffer where bits are coded or decoded.
| LSUINT32 lsi::CRaw::opj_raw::ct |
Number of bits already read or free to write.
| LSUINT8* lsi::CRaw::opj_raw::end |
Pointer to the end of the buffer.
| LSUINT32 lsi::CRaw::opj_raw::len |
Length decoded.
| LSUINT32 lsi::CRaw::opj_raw::lenmax |
Maximum length to decode.
| LSUINT8* lsi::CRaw::opj_raw::start |
Pointer to the start of the buffer.
1.7.3