Exponential-Golomb coding: Difference between revisions

Content deleted Content added
Bender the Bot (talk | contribs)
m http→https for Google Books and Google News using AWB
m remove a dangling parenthesis.
Line 39:
# Encode ''x'' mod 2<sup>''k''</sup> in binary
An equivalent way of expressing this is:
# Encode ''x''+2<sup>''k''</sup>−1 using the order-0 exp-Golomb code (i.e. encode ''x''+2<sup>''k''</sup>) using the Elias gamma code), then
# Delete ''k'' leading zero bits from the encoding result