Content deleted Content added
mention golomb, more links |
Mulligatawny (talk | contribs) There are two video coding standards in MPEG-4. Exp-Golomb coding is only in one of them. |
||
Line 1:
'''Exponential-Golomb code''' (or just '''Exp-Golomb code''') is a [[Universal code (data compression)|universal code]] encoding the positive integers. To code a number:
# Write the number plus 1 in binary.
Line 16:
...
Exp-Golomb coding is used in the [[H.264/MPEG-4 AVC
Exp-Golomb coding is also used in the [[Dirac (codec)|Dirac video codec]].
Exp-Golomb is identical to the Elias gamma code of the same number plus one. Thus it can encode zero, whereas Elias gamma can only encode numbers greater than zero.
|