OpenJPEG
1.5.1
|
#include "opj_includes.h"
Functions | |
opj_raw_t * | raw_create (void) |
Create a new RAW handle. More... | |
void | raw_destroy (opj_raw_t *raw) |
Destroy a previously created RAW handle. More... | |
int | raw_numbytes (opj_raw_t *raw) |
Return the number of bytes written/read since initialisation. More... | |
void | raw_init_dec (opj_raw_t *raw, unsigned char *bp, int len) |
Initialize the decoder. More... | |
int | raw_decode (opj_raw_t *raw) |
Decode a symbol using raw-decoder. More... | |