Loading lib_dec/core_dec_init_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
lib_dec/core_dec_init_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -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 */ Loading