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

Compiling Kvazaar 10bit encoding #388

Open
marcusdoc opened this issue Jan 27, 2024 · 1 comment
Open

Compiling Kvazaar 10bit encoding #388

marcusdoc opened this issue Jan 27, 2024 · 1 comment

Comments

@marcusdoc
Copy link

To compile Kvazaar to handle 10 bit encoding, from what I can determine one just needs to change within src/kvazaar.h

#define KVZ_BIT_DEPTH 8
to
#define KVZ_BIT_DEPTH 10

is this correct?

@Jovasa
Copy link
Member

Jovasa commented Jan 29, 2024

Yes

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

No branches or pull requests

2 participants