▲ | hyghjiyhu a day ago | |||||||||||||||||||
I think one important factor you missed to account for is frameshifting. Compression algorithms work on bytes - 8 bits. Imagine that you have the exact same sequence but they occur at different offsets mod 4. Then your encoding will give completely different results, and the compression algorithm will be unable to make use of the repetition. | ||||||||||||||||||||
▲ | dwattttt a day ago | parent [-] | |||||||||||||||||||
I was actually under the impression compression algorithms tend to work over a bitstream, but I can't entirely confirm that. | ||||||||||||||||||||
|