Loading lib_com/gs_gains_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -342,11 +342,7 @@ static void GSC_gain_adj( } /*mimic ACELP decay of energy for low rates*/ #ifndef FIX_2406_FIX_GAIN_ON_INACTIVE FOR( i = 0; i < MBANDS_GN; i++ ) #else FOR( i = 0; i < Mbands_gn; i++ ) #endif { old_y_gain[i] = y_gain_tmp[i]; move16(); Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,6 @@ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt. TS 26.251 V3.0 */ #define FIX_2406_FIX_GAIN_ON_INACTIVE /* VA: basop issue 2406: gain between 6.4 and 8kHz was too weak during inactive content with Fs=16kHz */ #define FIX_2407_FIX_RESIDU_IVAS /* VA: basop 2407, Implementation issue in residu_ivas + unnecessary complexity */ /* ##################### End NON-BE switches ########################### */ Loading Loading
lib_com/gs_gains_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -342,11 +342,7 @@ static void GSC_gain_adj( } /*mimic ACELP decay of energy for low rates*/ #ifndef FIX_2406_FIX_GAIN_ON_INACTIVE FOR( i = 0; i < MBANDS_GN; i++ ) #else FOR( i = 0; i < Mbands_gn; i++ ) #endif { old_y_gain[i] = y_gain_tmp[i]; move16(); Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,6 @@ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt. TS 26.251 V3.0 */ #define FIX_2406_FIX_GAIN_ON_INACTIVE /* VA: basop issue 2406: gain between 6.4 and 8kHz was too weak during inactive content with Fs=16kHz */ #define FIX_2407_FIX_RESIDU_IVAS /* VA: basop 2407, Implementation issue in residu_ivas + unnecessary complexity */ /* ##################### End NON-BE switches ########################### */ Loading