OpenJPEG 1.5.2
opj_raw Struct Reference

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

◆ bp

unsigned char* opj_raw::bp

pointer to the current position in the buffer

Referenced by raw_numbytes().

◆ c

unsigned char opj_raw::c

temporary buffer where bits are coded or decoded

Referenced by raw_decode(), and raw_init_dec().

◆ ct

unsigned int opj_raw::ct

number of bits already read or free to write

Referenced by raw_decode(), and raw_init_dec().

◆ end

unsigned char* opj_raw::end

pointer to the end of the buffer

◆ len

unsigned int opj_raw::len

length decoded

Referenced by raw_decode(), and raw_init_dec().

◆ lenmax

unsigned int opj_raw::lenmax

maximum length to decode

Referenced by raw_decode(), and raw_init_dec().

◆ start

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: