Go to the source code of this file.
Defines |
| #define | BITMAP_SPEED_OVER_SIZE |
| #define | CVAL(p) (*(p++)) |
| #define | CVAL2(p, v) { v = (*((uint16*)p)); p += 2; } |
| #define | UNROLL8(exp) { exp exp exp exp exp exp exp exp } |
| #define | REPEAT(statement) |
| #define | MASK_UPDATE() |
Functions |
| static BOOL | bitmap_decompress1 (uint8 *output, int width, int height, uint8 *input, int size) |
| static BOOL | bitmap_decompress2 (uint8 *output, int width, int height, uint8 *input, int size) |
| static BOOL | bitmap_decompress3 (uint8 *output, int width, int height, uint8 *input, int size) |
| BOOL | bitmap_decompress (uint8 *output, int width, int height, uint8 *input, int size, int Bpp) |