OpenJPEG  1.5.0
Data Fields

RAW encoding operations. More...

#include <raw.h>

Data Fields

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

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: