summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-08-05 02:47:26 +1000
committerDamien Zammit <damien@zamaudio.com>2015-08-05 02:47:26 +1000
commit54e5bde99791885a777ff0b4d6ff75b0a5e9cc0c (patch)
tree502f6661e539f07ff0dc86f2622acbf1e7eb4c18
parentfc267e970fdce8a4719e7ab8813ff34dc4062990 (diff)
Added lookups by copying 0xa3 and 0xf3
Signed-off-by: Damien Zammit <damien@zamaudio.com>
-rw-r--r--ptfformat.h18
1 files changed, 14 insertions, 4 deletions
diff --git a/ptfformat.h b/ptfformat.h
index 9a7fc9d..3b686e3 100644
--- a/ptfformat.h
+++ b/ptfformat.h
@@ -37,13 +37,13 @@ static const unsigned char ptflutseenwild[256] = {
0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
- 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
+ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
- 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
+ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
};
static const unsigned char ptflut[256][64] = {
@@ -615,7 +615,12 @@ static const unsigned char ptflut[256][64] = {
1, 1, 3, 3, 1, 1, 3, 3, 1, 1, 3, 3, 1, 1, 3, 3,
},
/*a2 */ {},
-/*a3 */ {},
+/*a3 */ {
+ 3, 1, 1, 3, 3, 1, 1, 3, 3, 1, 1, 1, 3, 3, 1, 1,
+ 3, 3, 1, 1, 3, 3, 3, 1, 1, 3, 3, 1, 1, 3, 3, 1,
+ 1, 1, 3, 3, 1, 1, 3, 3, 1, 1, 3, 3, 3, 1, 1, 3,
+ 3, 1, 1, 3, 3, 1, 1, 1, 3, 3, 1, 1, 3, 3, 1, 1,
+ },
/*a4 */ {},
/*a5 */ {
1, 3, 3, 1, 1, 3, 3, 3, 1, 1, 3, 3, 1, 1, 1, 3,
@@ -890,7 +895,12 @@ static const unsigned char ptflut[256][64] = {
1, 3, 1, 3, 3, 1, 3, 1, 1, 3, 1, 3, 3, 1, 3, 1,
},
/*f2 */ {},
-/*f3 */ {},
+/*f3 */ {
+ 3, 3, 1, 3, 1, 1, 3, 1, 3, 1, 1, 3, 1, 3, 1, 1,
+ 3, 1, 3, 1, 1, 3, 1, 3, 1, 1, 3, 1, 3, 1, 1, 3,
+ 1, 3, 1, 1, 3, 1, 3, 1, 1, 3, 1, 3, 1, 1, 3, 1,
+ 3, 1, 1, 3, 1, 3, 1, 1, 3, 1, 3, 1, 1, 3, 1, 1,
+ },
/*f4 */ {},
/*f5 */ {
1, 1, 3, 1, 3, 1, 1, 3, 1, 3, 1, 3, 3, 1, 3, 1,