From 2f53b0aa3af2506f17f114c6648c83bd0a697c17 Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Tue, 29 Oct 2013 13:13:54 +0200 Subject: [PATCH] Enabled sign-bit-hiding by default --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index ced9716d..e8c9eef9 100644 --- a/src/global.h +++ b/src/global.h @@ -56,7 +56,7 @@ typedef int16_t coefficient; #define CU_MIN_SIZE_PIXELS 8 /*!< pow(2, MIN_SIZE) */ #define ENABLE_PCM 0 /*!< Setting to 1 will enable using PCM blocks (current intra-search does not consider PCM) */ -#define ENABLE_SIGN_HIDING 0 /*!< DOES NOT WORK PROPERLY */ +#define ENABLE_SIGN_HIDING 1 #define ENABLE_SCALING_LIST 1 /*!< Enable usage of (default) scaling list (BREAKS CHROMA WHEN 0!) */ #define ENABLE_TEMPORAL_MVP 0 /*!< Enable usage of temporal Motion Vector Prediction */