Fix loadWord in ExpGolomb and code cleanup
loadWord wasn't incrementing the position in the byte stream so fix it so that the accounting is taken care of. Replace a bunch of single-letter variable names with more descriptive terms. Add some comments. Add tests for exponential golomb parsing.
Showing
7 changed files
with
231 additions
and
104 deletions
test/exp-golomb_test.js
0 → 100644
-
Please register or sign in to post a comment