Commit f9e428bd authored by michael's avatar michael

Split range coding chapter in binary and integers


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11467 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bd77294a
......@@ -308,7 +308,9 @@ Decoding process:
Range Coder:
============
FIXME
Binary Range Coder:
-------------------
The implemented range coder is an adapted version based upon "Range encoding:
an algorithm for removing redundancy from a digitised message." by G. N. N.
Martin.
......@@ -340,6 +342,13 @@ state_transition_table = {
226, 227, 227, 229, 229, 230, 231, 232, 234, 234, 235, 236, 237, 238, 239, 240,
241, 242, 243, 244, 245, 246, 247, 248, 248, 0, 0, 0, 0, 0, 0, 0};
FIXME
Range Coding of intergers:
--------------------------
FIXME
Neighboring Blocks:
===================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment