From c6078e54d2c2560b09d69a4af3369f3189b10a0f Mon Sep 17 00:00:00 2001 From: Karsten Suehring <karsten.suehring@hhi.fraunhofer.de> Date: Thu, 18 Jul 2019 16:36:59 +0200 Subject: [PATCH] remove empty lines in typedef.h - also some minor white space alignment for JVET_O macros --- source/Lib/CommonLib/TypeDef.h | 79 +--------------------------------- 1 file changed, 2 insertions(+), 77 deletions(-) diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h index 55112c713..f632a2ffe 100644 --- a/source/Lib/CommonLib/TypeDef.h +++ b/source/Lib/CommonLib/TypeDef.h @@ -68,76 +68,9 @@ #define JVET_O0162_IBC_MVP_FLAG 1 // JVET-O0162/O0331/O0480/O0574: IBC mvp flag conditioned on MaxNumMergeCand>1 -#define JVET_O0055_INT_DMVR_DIS_BDOF 1 // integer-distance DMVR cost to disable BDOF and disable BDOF early termination - - - -#define JVET_O0267_IBC_SCALING_LIST 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +#define JVET_O0055_INT_DMVR_DIS_BDOF 1 // integer-distance DMVR cost to disable BDOF and disable BDOF early termination +#define JVET_O0267_IBC_SCALING_LIST 1 #define JVET_O0280_SIMD_TRIANGLE_WEIGHTING 1 // JVET-O0280: SIMD implementation for weighted sample prediction process of triangle prediction mode @@ -147,7 +80,6 @@ #define JVET_M0497_MATRIX_MULT 0 // 0: Fast method; 1: Matrix multiplication - #define APPLY_SBT_SL_ON_MTS 1 // apply save & load fast algorithm on inter MTS when SBT is on #define FIX_PCM 1 // Fix PCM bugs in VTM3 @@ -173,7 +105,6 @@ typedef std::pair<int, int> TrCost; #define HEVC_TOOLS 0 #endif - #ifndef JVET_J0090_MEMORY_BANDWITH_MEASURE #define JVET_J0090_MEMORY_BANDWITH_MEASURE 0 #endif @@ -228,14 +159,8 @@ typedef std::pair<int, int> TrCost; #else #endif - - #define KEEP_PRED_AND_RESI_SIGNALS 0 - - - - // ==================================================================================================================== // Debugging // ==================================================================================================================== -- GitLab