Loading lib_dec/ivas_core_dec_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -1034,7 +1034,8 @@ ivas_error ivas_core_dec_fx( #ifdef FIX_2432_ISM_SPIKES_16KHZ test(); test(); IF( ( st->core == ACELP_CORE && ( EQ_16( st->extl, -1 ) || EQ_16( st->extl, SWB_CNG ) || ( EQ_16( st->extl, WB_BWE ) && st->bws_cnt > 0 ) ) ) && flag_bwe_bws == 0 ) test(); IF( ( st->core == ACELP_CORE && ( EQ_16( st->extl, -1 ) || EQ_16( st->extl, SWB_CNG ) || ( EQ_16( st->extl, WB_BWE ) && st->bws_cnt > 0 && flaf_swb_tbe == 0 ) ) ) && flag_bwe_bws == 0 ) #else IF( ( st->core == ACELP_CORE && ( EQ_16( st->extl, -1 ) || EQ_16( st->extl, SWB_CNG ) ) ) && flag_bwe_bws == 0 ) #endif Loading Loading
lib_dec/ivas_core_dec_fx.c +2 −1 Original line number Diff line number Diff line Loading @@ -1034,7 +1034,8 @@ ivas_error ivas_core_dec_fx( #ifdef FIX_2432_ISM_SPIKES_16KHZ test(); test(); IF( ( st->core == ACELP_CORE && ( EQ_16( st->extl, -1 ) || EQ_16( st->extl, SWB_CNG ) || ( EQ_16( st->extl, WB_BWE ) && st->bws_cnt > 0 ) ) ) && flag_bwe_bws == 0 ) test(); IF( ( st->core == ACELP_CORE && ( EQ_16( st->extl, -1 ) || EQ_16( st->extl, SWB_CNG ) || ( EQ_16( st->extl, WB_BWE ) && st->bws_cnt > 0 && flaf_swb_tbe == 0 ) ) ) && flag_bwe_bws == 0 ) #else IF( ( st->core == ACELP_CORE && ( EQ_16( st->extl, -1 ) || EQ_16( st->extl, SWB_CNG ) ) ) && flag_bwe_bws == 0 ) #endif Loading