summaryrefslogtreecommitdiff
path: root/filter/faxe.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-03-30 08:30:22 +0200
committerTor Andersson <tor@ghostscript.com>2005-03-30 08:30:22 +0200
commitee154f16bd09a43359967f7e7b86c3677c09461d (patch)
tree08896cfa9ff55e05bfe7855965c620d45115d4d5 /filter/faxe.h
parent460ad7040d67a4a93a153f98095ff952a2b15d37 (diff)
downloadmupdf-ee154f16bd09a43359967f7e7b86c3677c09461d.tar.xz
rename part 1 -- files
Diffstat (limited to 'filter/faxe.h')
-rw-r--r--filter/faxe.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/filter/faxe.h b/filter/faxe.h
deleted file mode 100644
index dd3fc121..00000000
--- a/filter/faxe.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* Fax G3/G4 tables */
-
-typedef struct cfe_code_s cfe_code;
-
-struct cfe_code_s
-{
- unsigned short code;
- unsigned short nbits;
-};
-
-typedef struct cf_runs_s {
- cfe_code termination[64];
- cfe_code makeup[41];
-} cf_runs;
-
-/* Encoding tables */
-
-/* Codes common to 1-D and 2-D encoding. */
-extern const cfe_code cf_run_eol;
-extern const cf_runs cf_white_runs, cf_black_runs;
-extern const cfe_code cf_uncompressed[6];
-extern const cfe_code cf_uncompressed_exit[10]; /* indexed by 2 x length of */
-
-/* 1-D encoding. */
-extern const cfe_code cf1_run_uncompressed;
-
-/* 2-D encoding. */
-enum { cf2_run_vertical_offset = 3 };
-extern const cfe_code cf2_run_pass;
-extern const cfe_code cf2_run_vertical[7]; /* indexed by b1 - a1 + offset */
-extern const cfe_code cf2_run_horizontal;
-extern const cfe_code cf2_run_uncompressed;
-
-/* 2-D Group 3 encoding. */
-extern const cfe_code cf2_run_eol_1d;
-extern const cfe_code cf2_run_eol_2d;
-