From 68377621439a3809faefa165073d56a5d5df2326 Mon Sep 17 00:00:00 2001 From: Toto Lin Date: Thu, 22 Jun 2023 14:53:52 +0900 Subject: [PATCH] Make default ProbBits 11 --- examples/common/params.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common/params.h b/examples/common/params.h index 0228a66..f3651f8 100644 --- a/examples/common/params.h +++ b/examples/common/params.h @@ -6,7 +6,7 @@ #ifdef PROB_BITS const uint8_t ProbBits = PROB_BITS; #else -const uint8_t ProbBits = 16; +const uint8_t ProbBits = 11; #endif #ifdef LUT_GRANULARITY