Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ #define NONBE_1122_KEEP_EVS_MODE_UNCHANGED /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR. */ #define NONBE_FIX_TCX5_INTERLEAVING_FOR_FS_IN_UNEQUAL_FS_OUT /* FhG: apply correct TCX5 grouping/interleaving when input_fs != output_fs */ #define NONBE_1339_FIXOSBA_EXT_LOUDNESS /* FhG: issue 1339: apply scaling with EXT output in OSBA high-BR mode */ #define NONBE_13552_HARMONIZE_OSBA_LOUDNESS /* FhG: do not scale OSBA inputs by 0.5 any more */ #define NONBE_1352_HARMONIZE_OSBA_LOUDNESS /* FhG: do not scale OSBA inputs by 0.5 any more */ /* ##################### End NON-BE switches ########################### */ Loading lib_dec/ivas_sba_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -764,7 +764,7 @@ ivas_error ivas_sba_dec_render( } } } #ifdef NONBE_13552_HARMONIZE_OSBA_LOUDNESS #ifdef NONBE_1352_HARMONIZE_OSBA_LOUDNESS else { for ( ch = 0; ch < nchan_out; ch++ ) Loading lib_enc/ivas_osba_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static void ivas_merge_sba_transports( { for ( j = 0; j < input_frame; j++ ) { #ifdef NONBE_13552_HARMONIZE_OSBA_LOUDNESS #ifdef NONBE_1352_HARMONIZE_OSBA_LOUDNESS data_out_f[i][j] = data_in_f1[i][j] + data_in_f2[i][j]; #else data_out_f[i][j] = 0.5f * ( data_in_f1[i][j] + data_in_f2[i][j] ); Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ #define NONBE_1122_KEEP_EVS_MODE_UNCHANGED /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR. */ #define NONBE_FIX_TCX5_INTERLEAVING_FOR_FS_IN_UNEQUAL_FS_OUT /* FhG: apply correct TCX5 grouping/interleaving when input_fs != output_fs */ #define NONBE_1339_FIXOSBA_EXT_LOUDNESS /* FhG: issue 1339: apply scaling with EXT output in OSBA high-BR mode */ #define NONBE_13552_HARMONIZE_OSBA_LOUDNESS /* FhG: do not scale OSBA inputs by 0.5 any more */ #define NONBE_1352_HARMONIZE_OSBA_LOUDNESS /* FhG: do not scale OSBA inputs by 0.5 any more */ /* ##################### End NON-BE switches ########################### */ Loading
lib_dec/ivas_sba_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -764,7 +764,7 @@ ivas_error ivas_sba_dec_render( } } } #ifdef NONBE_13552_HARMONIZE_OSBA_LOUDNESS #ifdef NONBE_1352_HARMONIZE_OSBA_LOUDNESS else { for ( ch = 0; ch < nchan_out; ch++ ) Loading
lib_enc/ivas_osba_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ static void ivas_merge_sba_transports( { for ( j = 0; j < input_frame; j++ ) { #ifdef NONBE_13552_HARMONIZE_OSBA_LOUDNESS #ifdef NONBE_1352_HARMONIZE_OSBA_LOUDNESS data_out_f[i][j] = data_in_f1[i][j] + data_in_f2[i][j]; #else data_out_f[i][j] = 0.5f * ( data_in_f1[i][j] + data_in_f2[i][j] ); Loading