#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 | |
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 start of the buffer
Referenced by opj_raw_decode(), opj_raw_init_dec(), and opj_raw_numbytes().
pointer to the end of the buffer
1.5.6