ultravideo/kvazaar

Compiling Kvazaar 10bit encoding

marcusdoc opened this issue · 1 comments

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 commented

Yes