|
OpenJPEG 2.1.2
|
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_BYTE * | bp |
| pointer to the current position in the buffer | |
| OPJ_BYTE * | start |
| pointer to the start of the buffer | |
| OPJ_BYTE * | end |
| pointer to the end of the buffer | |
RAW encoding operations.
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().
1.7.3