Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -158,13 +158,13 @@ #define FIX_1060_USAN_ARRAY_BOUNDS /* FhG: issue 1060: USAN array-bounds errors */ /* #################### End BE switches ################################## */ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt selection floating point code */ /* all switches in this category should start with "NONBE_" */ #define NON_BE_FIX_1041_USE_OLD_CNG_LSPS_IF_NONSTAB /* FhG: fix bug in TD MDCT-Stereo concealment */ #define NONBE_FIX_1075 /* FhG: fix segfault for bitrate switching + BINAURAL_ROOM_REVERB output in MC */ #define NON_BE_FIX_EVS_USAN_ERR_IN_WAVEADJUST /* FhG: address issue 1037 */ #define NON_BE_1055_RESET_LP_MEMORIES /* VA: issue 1055: Correctly reset LP filter MA and AR memories in bitrate switching */ Loading lib_dec/er_dec_tcx.c +0 −4 Original line number Diff line number Diff line Loading @@ -567,11 +567,7 @@ void con_tcx( alpha_inv = 1.0f - alpha_delayed; #ifdef NON_BE_FIX_1041_USE_OLD_CNG_LSPS_IF_NONSTAB a2lsp_stab( A_local, lsp_local, st->lspold_cng ); #else a2lsp_stab( A_local, lsp_local, lsp_local ); #endif for ( i = 0; i < M; i++ ) { Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -158,13 +158,13 @@ #define FIX_1060_USAN_ARRAY_BOUNDS /* FhG: issue 1060: USAN array-bounds errors */ /* #################### End BE switches ################################## */ /* #################### Start NON-BE switches ############################ */ /* any switch which is non-be wrt selection floating point code */ /* all switches in this category should start with "NONBE_" */ #define NON_BE_FIX_1041_USE_OLD_CNG_LSPS_IF_NONSTAB /* FhG: fix bug in TD MDCT-Stereo concealment */ #define NONBE_FIX_1075 /* FhG: fix segfault for bitrate switching + BINAURAL_ROOM_REVERB output in MC */ #define NON_BE_FIX_EVS_USAN_ERR_IN_WAVEADJUST /* FhG: address issue 1037 */ #define NON_BE_1055_RESET_LP_MEMORIES /* VA: issue 1055: Correctly reset LP filter MA and AR memories in bitrate switching */ Loading
lib_dec/er_dec_tcx.c +0 −4 Original line number Diff line number Diff line Loading @@ -567,11 +567,7 @@ void con_tcx( alpha_inv = 1.0f - alpha_delayed; #ifdef NON_BE_FIX_1041_USE_OLD_CNG_LSPS_IF_NONSTAB a2lsp_stab( A_local, lsp_local, st->lspold_cng ); #else a2lsp_stab( A_local, lsp_local, lsp_local ); #endif for ( i = 0; i < M; i++ ) { Loading