I have finally understood a key part of the encoding of #quicktake 150 images, and that gives me hope again to finally shrink this bit buffer to 8bits.
I failed three times already and could only get it down from 32 to 16 bits.
This thing is not just Huffman encoding. It reads bits without discarding some of them in one situation (or refuses some). This is weird and leads to wild left-and-right shifting in all cases, which is vastly suboptimal.
#Retrocomputing #apple2