mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
A few lines of text about the range coder, part of a patch by lars punkt taeuber ät web punkt de.
Originally committed as revision 11397 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
68e7d44276
commit
e5635270d3
1 changed files with 7 additions and 0 deletions
|
|
@ -309,6 +309,13 @@ Decoding process:
|
|||
Range Coder:
|
||||
============
|
||||
FIXME
|
||||
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.
|
||||
The encoded symbols encoded by the ffmpeg range coder are bits (0|1). The
|
||||
associated probabilities are not fix but change depending on the symbol mix
|
||||
seen so far.
|
||||
|
||||
|
||||
Neighboring Blocks:
|
||||
===================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue