marcusdoc opened this issue a year ago · 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
#define KVZ_BIT_DEPTH 8
#define KVZ_BIT_DEPTH 10
is this correct?
Yes