Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 520 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 520 Bytes

rusty-QM-coder

About

QM encoder is an adaptive binary arithmetic coding procedure which is widely used in entropy coding such as JPEG. It involves sub division of intervals recursively. I’ve implemented QM coding using the algorithm given, and has compared the performance of QM encoding on various data files.

Progress

The code is currently 90% finished

  • Read file
  • Implment Encoder
    • Change state
    • Read qttable
    • Remormalize
  • Implment Decoder