Loading lib_dec/core_switching_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -866,7 +866,7 @@ ivas_error core_switching_post_dec_fx( /* reset WB TBE buffers */ test(); #ifndef FIX_2547_ALIGN_CONDITIONS_IN_CORE_SW_DEC_EVS #ifndef FIX_2547_ALIGN_CONDITIONS_IN_CORE_SW_DEC IF( NE_16( st_fx->last_extl, WB_TBE ) && EQ_16( st_fx->extl, WB_TBE ) ) #else IF( NE_16( st_fx->last_extl, WB_TBE ) && EQ_16( st_fx->extl, WB_TBE ) && NE_16( st_fx->last_core, TCX_20_CORE ) && NE_16( st_fx->last_core, TCX_10_CORE ) ) Loading Loading
lib_dec/core_switching_dec_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -866,7 +866,7 @@ ivas_error core_switching_post_dec_fx( /* reset WB TBE buffers */ test(); #ifndef FIX_2547_ALIGN_CONDITIONS_IN_CORE_SW_DEC_EVS #ifndef FIX_2547_ALIGN_CONDITIONS_IN_CORE_SW_DEC IF( NE_16( st_fx->last_extl, WB_TBE ) && EQ_16( st_fx->extl, WB_TBE ) ) #else IF( NE_16( st_fx->last_extl, WB_TBE ) && EQ_16( st_fx->extl, WB_TBE ) && NE_16( st_fx->last_core, TCX_20_CORE ) && NE_16( st_fx->last_core, TCX_10_CORE ) ) Loading