Was thinking about the quantization step encoding floats as 10-14 bits. Was
looking at lossless float compression and came across:
http://www.cs.unc.edu/~isenburg/lcpfpv/
Might be interesting to try implementing something like this for encoding the
float arrays to avoid loss in precision. Might be able to get a nice savings at
a small cost in decoding.
Original issue reported on code.google.com by jterr...@gmail.com on 5 Dec 2011 at 9:27