libdragon
Loading...
Searching...
No Matches
Macros | Functions
aplib_dec_internal.h File Reference

Go to the source code of this file.

Macros

#define DECOMPRESS_APLIB_FULL_USE_ASM   0
 Set to 0 to disable assembly implementation of the full decoder.
 
#define DECOMPRESS_APLIB_STATE_SIZE   348
 Size of APLIB decompressor state.
 

Functions

void decompress_aplib_init (void *state, int fd, int winsize)
 Initialize APLIB decompressor.
 
ssize_t decompress_aplib_read (void *state, void *buf, size_t len)
 Read decompressed data from APLIB decompressor.
 
void decompress_aplib_reset (void *state)
 Reset APLIB decompressor state.
 
void * decompress_aplib_full (const char *fn, int fd, size_t cmp_size, size_t size)
 Decompress entire APLIB file.
 

Detailed Description

Author
Giovanni Bajo giova.nosp@m.nnib.nosp@m.ajo@g.nosp@m.mail.nosp@m..com