comparison src/dmzlib.h @ 970:6c33c92de066

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 05:33:48 +0200
parents 1832ac20edb2
children cd0e0270e1ce
comparison
equal deleted inserted replaced
969:14b82bd5a408 970:6c33c92de066
11 11
12 #ifdef __cplusplus 12 #ifdef __cplusplus
13 extern "C" { 13 extern "C" {
14 #endif 14 #endif
15 15
16 // fast-way is faster to check than jpeg huffman, but slow way is slower 16
17 #define STBI__ZFAST_BITS 9 // accelerate all cases in default tables 17 #define STBI__ZFAST_BITS 9 // accelerate all cases in default tables
18 #define STBI__ZFAST_SIZE (1 << STBI__ZFAST_BITS) 18 #define STBI__ZFAST_SIZE (1 << STBI__ZFAST_BITS)
19 #define STBI__ZFAST_MASK (STBI__ZFAST_SIZE - 1) 19 #define STBI__ZFAST_MASK (STBI__ZFAST_SIZE - 1)
20 20
21 21
22 typedef struct 22 typedef struct