OpenJPEG 2.1.0
Data Fields

opj_raw Struct Reference

RAW encoding operations. More...

#include <raw.h>

Data Fields

OPJ_BYTE c
 temporary buffer where bits are coded or decoded
OPJ_UINT32 ct
 number of bits already read or free to write
OPJ_UINT32 lenmax
 maximum length to decode
OPJ_UINT32 len
 length decoded
OPJ_BYTEbp
 pointer to the current position in the buffer
OPJ_BYTEstart
 pointer to the start of the buffer
OPJ_BYTEend
 pointer to the end of the buffer

Detailed Description

RAW encoding operations.


Field Documentation

pointer to the current position in the buffer

Referenced by opj_raw_numbytes().

temporary buffer where bits are coded or decoded

Referenced by opj_raw_decode(), and opj_raw_init_dec().

number of bits already read or free to write

Referenced by opj_raw_decode(), and opj_raw_init_dec().

pointer to the end of the buffer

length decoded

Referenced by opj_raw_decode(), and opj_raw_init_dec().

maximum length to decode

Referenced by opj_raw_decode(), and opj_raw_init_dec().

pointer to the start of the buffer

Referenced by opj_raw_decode(), opj_raw_init_dec(), and opj_raw_numbytes().


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