Skip to content

Commit

Permalink
get rid of xpress_constants.h
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Mar 22, 2023
1 parent 8fa185b commit 1abbf8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
22 changes: 0 additions & 22 deletions src/ebiggers/xpress_constants.h

This file was deleted.

7 changes: 6 additions & 1 deletion src/ebiggers/xpress_decompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@

#include "decompress_common.h"
#include "system_compression.h"
#include "xpress_constants.h"

#define XPRESS_NUM_CHARS 256
#define XPRESS_NUM_SYMBOLS 512
#define XPRESS_MAX_CODEWORD_LEN 15

#define XPRESS_MIN_MATCH_LEN 3

/* This value is chosen for fast decompression. */
#define XPRESS_TABLEBITS 11
Expand Down

0 comments on commit 1abbf8f

Please sign in to comment.