Loading lib_com/env_stab.c +0 −4 Original line number Diff line number Diff line Loading @@ -96,11 +96,7 @@ float env_stability( Overflow = 0; env_delta = shl_o( *mem_env_delta, 1, &Overflow ); #else #ifdef FIX_595_SHL_NOGLOB env_delta = shl( *mem_env_delta, 1 ); #else env_delta = shl_o( *mem_env_delta, 1 ); #endif #endif } else Loading lib_com/options.h +0 −3 Original line number Diff line number Diff line Loading @@ -151,9 +151,6 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define FIX_595_SHL_NOGLOB /* FhG: Issue 595: compilation with BASOP_NOGLOB disabled */ #define UPDATE_FASTCONV_SBA_FILTER /* Dlb: Issue 584: Update SBA CLDFB-Domain HRTFs */ #define FIX_570_SF_EXT_ORIENTATION #define FIX_280_PLANAR_CP /* Dlb : fix issue 28 : remove planarCP=1 related code*/ Loading Loading
lib_com/env_stab.c +0 −4 Original line number Diff line number Diff line Loading @@ -96,11 +96,7 @@ float env_stability( Overflow = 0; env_delta = shl_o( *mem_env_delta, 1, &Overflow ); #else #ifdef FIX_595_SHL_NOGLOB env_delta = shl( *mem_env_delta, 1 ); #else env_delta = shl_o( *mem_env_delta, 1 ); #endif #endif } else Loading
lib_com/options.h +0 −3 Original line number Diff line number Diff line Loading @@ -151,9 +151,6 @@ /*#define FIX_I4_OL_PITCH*/ /* fix open-loop pitch used for EVS core switching */ #define FIX_595_SHL_NOGLOB /* FhG: Issue 595: compilation with BASOP_NOGLOB disabled */ #define UPDATE_FASTCONV_SBA_FILTER /* Dlb: Issue 584: Update SBA CLDFB-Domain HRTFs */ #define FIX_570_SF_EXT_ORIENTATION #define FIX_280_PLANAR_CP /* Dlb : fix issue 28 : remove planarCP=1 related code*/ Loading