Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit Golomb-Rice to 8-bit #191

Closed
wants to merge 1 commit into from

Conversation

JeromeMartinez
Copy link
Contributor

Fix #175.

I prefer "SHOULD NOT" over "MUST NOT" because I don't like the idea of limiting the spec too much.
If another algorithm is preferred for > 8-bit, I think that it should go in v4, in order to have v3 spec without a mix of algorithms.

Copy link
Contributor

@retokromer retokromer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If another algorithm is preferred for > 8-bit, I think that it should go in v4, in order to have v3 spec without a mix of algorithms.

I agree, and I think we should definitely address this in version 4.

@michaelni michaelni closed this in 5ec821a Mar 31, 2020
@JeromeMartinez JeromeMartinez deleted the GolombRice branch March 31, 2020 17:17
@JeromeMartinez
Copy link
Contributor Author

@michaelni please close #175 (the commit message is with a wrong issue number so the issue is not closed automatically)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spec allows >8bit depth in Golomb-Rice mode but nothing can make this
2 participants