Cosmetic changes
Added methods required for use with PDF
The original code was causing javac to throw an AssertionError. Working around the labeled break (by using a flag) seems to fix this fine.
Add one to number of Tnsot (number of tiles in tile-part header)
Verified all constants in AnWTFilterFloatLift9x7 against spec
setmask = (3<<bp)>>1 doesn't work in Java for bp 30 which results for 3 << 30 in a negative value and when rotating it one bit back Java will sign extend the number.
Some minor cleanups
Update some flags