Loading lib_dec/ivas_mdct_core_dec_fx.c +5 −2 Original line number Diff line number Diff line Loading @@ -187,8 +187,11 @@ static void dec_prm_tcx_sidebits_fx( #ifdef FIX_BASOP_ISSUE_1585_CUT_BS_CRASH /* for first frame reset last_core to initialization value for better error-robustness*/ IF( EQ_16( st->last_core, 0 ) ) { st->last_core = -1; move16(); } #endif getTCXWindowing_ivas_fx( st->core, st->last_core, st->element_mode, st->hTcxCfg, st0 ); Loading Loading
lib_dec/ivas_mdct_core_dec_fx.c +5 −2 Original line number Diff line number Diff line Loading @@ -187,8 +187,11 @@ static void dec_prm_tcx_sidebits_fx( #ifdef FIX_BASOP_ISSUE_1585_CUT_BS_CRASH /* for first frame reset last_core to initialization value for better error-robustness*/ IF( EQ_16( st->last_core, 0 ) ) { st->last_core = -1; move16(); } #endif getTCXWindowing_ivas_fx( st->core, st->last_core, st->element_mode, st->hTcxCfg, st0 ); Loading