Commit 645d6b97 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

port more fixs form the float MR

parent 4b5bc43e
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -663,7 +663,15 @@ ivas_error ivas_cpe_dec_fx(
    test();
    IF( EQ_16( hCPE->element_mode, IVAS_CPE_MDCT ) && EQ_16( hCPE->nchan_out, 1 ) && ( is_DTXrate( ivas_total_brate ) == 0 || ( EQ_16( is_DTXrate( ivas_total_brate ), 1 ) && is_DTXrate( st_ivas->hDecoderConfig->last_ivas_total_brate ) == 0 ) ) )
    {
#ifdef FIX_FLOAT_1518
        test();
        IF ( !( EQ_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) && EQ_16( st_ivas->ism_mode, ISM_MODE_NONE ) ) )
        {
#endif
            applyDmxMdctStereo_fx( hCPE, output, output_frame );
#ifdef FIX_FLOAT_1518
        }
#endif
    }

    /*----------------------------------------------------------------*