Loading lib_dec/ivas_mdct_core_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ static void dec_prm_tcx_sidebits_fx( /* for first frame reset last_core to initialization value for better error-robustness*/ IF( EQ_16( st->last_core, 0 ) ) { st->last_core = -1; st->last_core = TCX_20_CORE; move16(); } #endif Loading lib_dec/ivas_stereo_switching_dec_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -2049,6 +2049,10 @@ void stereo_switching_dec( move32(); sts[1]->hTcxDec->conceal_eof_gain_e = sts[0]->hTcxDec->conceal_eof_gain_e; move16(); #ifdef FIX_BASOP_ISSUE_1585_CUT_BS_CRASH sts[1]->ini_frame = sts[0]->ini_frame; move16(); #endif } return; Loading Loading
lib_dec/ivas_mdct_core_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ static void dec_prm_tcx_sidebits_fx( /* for first frame reset last_core to initialization value for better error-robustness*/ IF( EQ_16( st->last_core, 0 ) ) { st->last_core = -1; st->last_core = TCX_20_CORE; move16(); } #endif Loading
lib_dec/ivas_stereo_switching_dec_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -2049,6 +2049,10 @@ void stereo_switching_dec( move32(); sts[1]->hTcxDec->conceal_eof_gain_e = sts[0]->hTcxDec->conceal_eof_gain_e; move16(); #ifdef FIX_BASOP_ISSUE_1585_CUT_BS_CRASH sts[1]->ini_frame = sts[0]->ini_frame; move16(); #endif } return; Loading