From c0f207b66c9fbd0a5a76f3aaab95a4eddbbb5a04 Mon Sep 17 00:00:00 2001
From: "xiaoyuxiu@kwai.com" <xiaoyuxiu@kwai.com>
Date: Tue, 9 Feb 2021 19:08:00 -0800
Subject: [PATCH] Disable R0351 macro

---
 source/Lib/CommonLib/TypeDef.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h
index 832e5445a..8fc25214f 100644
--- a/source/Lib/CommonLib/TypeDef.h
+++ b/source/Lib/CommonLib/TypeDef.h
@@ -62,7 +62,7 @@
 //########### place macros to be be kept below this line ###############
 #define JVET_S0257_DUMP_360SEI_MESSAGE                    1 // Software support of 360 SEI messages
 
-#define JVET_R0351_HIGH_BIT_DEPTH_ENABLED                 1 // JVET-R0351: high bit depth coding enabled (increases accuracies of some calculations, e.g. transforms)
+#define JVET_R0351_HIGH_BIT_DEPTH_ENABLED                 0 // JVET-R0351: high bit depth coding enabled (increases accuracies of some calculations, e.g. transforms)
 
 #define JVET_R0164_MEAN_SCALED_SATD                       1 // JVET-R0164: Use a mean scaled version of SATD in encoder decisions
 
-- 
GitLab