Split range coding chapter in binary and integers
Originally committed as revision 11467 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
482e74ad0d
commit
59edca9ac1
11
doc/snow.txt
11
doc/snow.txt
@ -308,7 +308,9 @@ Decoding process:
|
|||||||
|
|
||||||
Range Coder:
|
Range Coder:
|
||||||
============
|
============
|
||||||
FIXME
|
|
||||||
|
Binary Range Coder:
|
||||||
|
-------------------
|
||||||
The implemented range coder is an adapted version based upon "Range encoding:
|
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.
|
an algorithm for removing redundancy from a digitised message." by G. N. N.
|
||||||
Martin.
|
Martin.
|
||||||
@ -340,6 +342,13 @@ state_transition_table = {
|
|||||||
226, 227, 227, 229, 229, 230, 231, 232, 234, 234, 235, 236, 237, 238, 239, 240,
|
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};
|
241, 242, 243, 244, 245, 246, 247, 248, 248, 0, 0, 0, 0, 0, 0, 0};
|
||||||
|
|
||||||
|
FIXME
|
||||||
|
|
||||||
|
|
||||||
|
Range Coding of intergers:
|
||||||
|
--------------------------
|
||||||
|
FIXME
|
||||||
|
|
||||||
|
|
||||||
Neighboring Blocks:
|
Neighboring Blocks:
|
||||||
===================
|
===================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user