Exponential-Golomb coding: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m See also: remove Erik9bot category,outdated, tag and general fixes
H.264 specifies two different types of Exp-Golomb coding, one which has negative values and one which is always positive.
Line 17:
...
 
Exp-Golomb coding for ''k'' = 0 is used in the [[H.264/MPEG-4 AVC]] video compression standard, in which there is also a variation for the coding of signed numbers by assigning the value 0 to the binary codeword '0' and assigning subsequent codewords to input values of increasing magnitude (and alternating sign, if the field can contain a negative number).
 
Exp-Golomb coding is also used in the [[Dirac (codec)|Dirac video codec]].