Content deleted Content added
m http→https for Google Books and Google News using AWB |
Bigeastable (talk | contribs) 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>
# Delete ''k'' leading zero bits from the encoding result
|