Enabled sign-bit-hiding by default

This commit is contained in:
Marko Viitanen 2013-10-29 13:13:54 +02:00
parent caa010a972
commit 2f53b0aa3a

View file

@ -56,7 +56,7 @@ typedef int16_t coefficient;
#define CU_MIN_SIZE_PIXELS 8 /*!< pow(2, MIN_SIZE) */ #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_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_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 */ #define ENABLE_TEMPORAL_MVP 0 /*!< Enable usage of temporal Motion Vector Prediction */