Searched defs:lzo1x_worst_compress (Results 1 – 2 of 2) sorted by relevance
20 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3) macro
21 #define lzo1x_worst_compress(x) ((x) + ((x) / 16) + 64 + 3 + 2) macro