Commit 7c3cee87 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

port condition for apply_dmx_weights_fx from the float MR

parent f4450db4
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -466,7 +466,14 @@ void stereo_mdct_core_dec_fx(
    test();
    IF( hCPE->nchan_out == 1 && ( bfi == 0 || ( bfi != 0 && sts[0]->core != ACELP_CORE && sts[1]->core != ACELP_CORE ) ) )
    {
#ifdef FIX_FLOAT_1518
        IF ( !( EQ_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) && EQ_16( st_ivas->ism_mode, ISM_MODE_NONE ) ) )
        {
#endif
            apply_dmx_weights_fx( hCPE, x_fx, sts[0]->transform_type, sts[1]->transform_type );
#ifdef FIX_FLOAT_1518
        }
#endif
    }

    Word16 s;