Commit 8e8b83b4 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix IVAS path

parent 6a292e48
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1826,9 +1826,8 @@ void open_decoder_LPD_ivas_fx(
        ELSE
        {
#ifdef HARMONIZE_2583_open_decoder_LPD
            test();

            IF( ( st->hPFstat != NULL ) && ( st->hPFstat != NULL ) )
            IF( st->hPFstat != NULL && EQ_16( st->element_mode, EVS_MONO ) )
            {
                Scale_sig( st->hPFstat->mem_pf_in, L_SUBFR, negate( st->Q_syn ) ); /* NB post_filter mem */    /* q_mem - st->Q_syn */
                Scale_sig( st->hPFstat->mem_res2, DECMEM_RES2, negate( st->Q_syn ) ); /* NB post_filter mem */ /* q_mem - st->Q_syn */