Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ #define FIX_1435_MOVE_STEREO_PANNING /* VA: issue 1435: do the EVS stereo panning in the renderer */ #define FIX_1454_FIX_STEREO_TO_FOA_JBM /* VA: issue 1454: fix buggy stereo to FOA in JBM */ #define FIX_2252_TD_CNG_STARTS_SID /* VA: issues 2251 and 2252: Resolve "MSAN with bitstream that starts with an SID" */ #define FIX_2252_LP_CNG_STARTS_SID /* VA: issues 2251 and 2252: fix LP CNG uninitialized value in bitstream that starts with an SID */ /* ##################### End NON-BE switches ########################### */ Loading lib_dec/decision_matrix_dec.c +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ void decision_matrix_dec( if ( get_next_indice( st, 1 ) == 1 ) { st->L_frame = L_FRAME16k; #ifdef FIX_2252_TD_CNG_STARTS_SID #ifdef FIX_2252_LP_CNG_STARTS_SID st->nb_subfr = NB_SUBFR16k; st->bwidth = max( st->bwidth, WB ); #endif Loading lib_dec/init_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ ivas_error init_decoder( st->last_total_brate_ber = -1; st->core_brate = ACELP_8k00; st->ini_frame = 0; #ifdef FIX_2252_TD_CNG_STARTS_SID #ifdef FIX_2252_LP_CNG_STARTS_SID if ( st->element_mode == EVS_MONO ) { st->bwidth = NB; Loading lib_dec/ivas_decision_matrix_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ void ivas_decision_matrix_dec( if ( get_next_indice( st, 1 ) ) { st->L_frame = L_FRAME16k; #ifdef FIX_2252_TD_CNG_STARTS_SID #ifdef FIX_2252_LP_CNG_STARTS_SID st->nb_subfr = NB_SUBFR16k; st->bwidth = max( st->bwidth, WB ); #endif Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ #define FIX_1435_MOVE_STEREO_PANNING /* VA: issue 1435: do the EVS stereo panning in the renderer */ #define FIX_1454_FIX_STEREO_TO_FOA_JBM /* VA: issue 1454: fix buggy stereo to FOA in JBM */ #define FIX_2252_TD_CNG_STARTS_SID /* VA: issues 2251 and 2252: Resolve "MSAN with bitstream that starts with an SID" */ #define FIX_2252_LP_CNG_STARTS_SID /* VA: issues 2251 and 2252: fix LP CNG uninitialized value in bitstream that starts with an SID */ /* ##################### End NON-BE switches ########################### */ Loading
lib_dec/decision_matrix_dec.c +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ void decision_matrix_dec( if ( get_next_indice( st, 1 ) == 1 ) { st->L_frame = L_FRAME16k; #ifdef FIX_2252_TD_CNG_STARTS_SID #ifdef FIX_2252_LP_CNG_STARTS_SID st->nb_subfr = NB_SUBFR16k; st->bwidth = max( st->bwidth, WB ); #endif Loading
lib_dec/init_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ ivas_error init_decoder( st->last_total_brate_ber = -1; st->core_brate = ACELP_8k00; st->ini_frame = 0; #ifdef FIX_2252_TD_CNG_STARTS_SID #ifdef FIX_2252_LP_CNG_STARTS_SID if ( st->element_mode == EVS_MONO ) { st->bwidth = NB; Loading
lib_dec/ivas_decision_matrix_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ void ivas_decision_matrix_dec( if ( get_next_indice( st, 1 ) ) { st->L_frame = L_FRAME16k; #ifdef FIX_2252_TD_CNG_STARTS_SID #ifdef FIX_2252_LP_CNG_STARTS_SID st->nb_subfr = NB_SUBFR16k; st->bwidth = max( st->bwidth, WB ); #endif Loading