Skip to content

Commit

Permalink
More explicit Golomb Rice prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez authored and michaelni committed Apr 28, 2020
1 parent b87c879 commit 358b06a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ffv1.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,8 @@ int get_sr_golomb(k) { |
|1 | 0 |
|01 | 1 |
|... | ... |
|0000 0000 01 | 9 |
|0000 0000 001 | 10 |
|0000 0000 0001 | 11 |
|0000 0000 0000 | ESC |

Expand Down

0 comments on commit 358b06a

Please sign in to comment.