OpenJPEG  1.5.1
Data Fields

RAW encoding operations. More...

#include <raw.h>

Data Fields

unsigned char c
 temporary buffer where bits are coded or decoded More...
 
unsigned int ct
 number of bits already read or free to write More...
 
unsigned int lenmax
 maximum length to decode More...
 
unsigned int len
 length decoded More...
 
unsigned char * bp
 pointer to the current position in the buffer More...
 
unsigned char * start
 pointer to the start of the buffer More...
 
unsigned char * end
 pointer to the end of the buffer More...
 

Detailed Description

RAW encoding operations.

Field Documentation

unsigned char* opj_raw::bp

pointer to the current position in the buffer

Referenced by raw_numbytes().

unsigned char opj_raw::c

temporary buffer where bits are coded or decoded

Referenced by raw_decode(), and raw_init_dec().

unsigned int opj_raw::ct

number of bits already read or free to write

Referenced by raw_decode(), and raw_init_dec().

unsigned char* opj_raw::end

pointer to the end of the buffer

unsigned int opj_raw::len

length decoded

Referenced by raw_decode(), and raw_init_dec().

unsigned int opj_raw::lenmax

maximum length to decode

Referenced by raw_decode(), and raw_init_dec().

unsigned char* opj_raw::start

pointer to the start of the buffer

Referenced by raw_decode(), raw_init_dec(), and raw_numbytes().


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