"L. Spiro Engine"
|
#include <LSIBio.h>
Public Attributes | |
LSUINT8 * | start |
LSUINT8 * | end |
LSUINT8 * | bp |
LSUINT32 | buf |
LSINT32 | ct |
Individual bit input-output stream (BIO).
LSUINT8* lsi::CBio::opj_bio_t::bp |
Pointer to the present position in the buffer.
LSUINT32 lsi::CBio::opj_bio_t::buf |
Temporary place where each byte is read or written.
LSINT32 lsi::CBio::opj_bio_t::ct |
Coder: number of bits free to write. Decoder: number of bits read.
LSUINT8* lsi::CBio::opj_bio_t::end |
Pointer to the end of the buffer.
LSUINT8* lsi::CBio::opj_bio_t::start |
Pointer to the start of the buffer.