opj_bio Struct Reference
[BIO - Individual bit input-output stream]

Individual bit input-output stream (BIO). More...

#include <bio.h>


Data Fields

unsigned char * start
 pointer to the start of the buffer
unsigned char * end
 pointer to the end of the buffer
unsigned char * bp
 pointer to the present position in the buffer
unsigned int buf
 temporary place where each byte is read or written
int ct
 coder : number of bits free to write.


Detailed Description

Individual bit input-output stream (BIO).

Field Documentation

unsigned char* opj_bio::start

pointer to the start of the buffer

Referenced by bio_init_dec(), bio_init_enc(), and bio_numbytes().

unsigned char* opj_bio::end

pointer to the end of the buffer

Referenced by bio_bytein(), bio_byteout(), bio_init_dec(), and bio_init_enc().

unsigned char* opj_bio::bp

pointer to the present position in the buffer

Referenced by bio_bytein(), bio_byteout(), bio_init_dec(), bio_init_enc(), and bio_numbytes().

unsigned int opj_bio::buf

temporary place where each byte is read or written

Referenced by bio_bytein(), bio_byteout(), bio_getbit(), bio_inalign(), bio_init_dec(), bio_init_enc(), and bio_putbit().

coder : number of bits free to write.

decoder : number of bits read

Referenced by bio_bytein(), bio_byteout(), bio_flush(), bio_getbit(), bio_inalign(), bio_init_dec(), bio_init_enc(), and bio_putbit().


The documentation for this struct was generated from the following file:

Generated on Mon Dec 19 12:34:14 2016 for OpenJPEG by  doxygen 1.5.6