cisco / thor

Thor Video Codec
BSD 2-Clause "Simplified" License
699 stars 101 forks source link

Add Daala's Entropy Coder to Thor #8

Open tterribe opened 9 years ago

metajack commented 9 years ago

No comment about the results?

tterribe commented 9 years ago

This doesn't convert any of the existing symbols to use arithmetic coding, so the only significant changes in results are due to the extra framing added in the first commit (see that commit for details).

thdav commented 9 years ago

Merged except for the actual addition of the entropy coder. Please can you rebase on the current master again and I will push to a new branch. It might also be an idea to reverse the Daala convention, and write raw bits forward and arithmetic coding bytes backwards.