Commit a9a9b483 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

deleted EVS/IVAS detection at noisebuf32 pointer handling - thus deactivated 9 of 16

parent 7c2c5485
Loading
Loading
Loading
Loading
Loading
+3 −17
Original line number Diff line number Diff line
@@ -2240,28 +2240,14 @@ void open_decoder_LPD_ivas_fx(
    IF( st->tcxonly )
    {
        st->p_bpf_noise_buf = NULL;
#ifdef HARMONIZE_2583_open_decoder_LPD
        IF( GT_16( st->element_mode, EVS_MONO ) )
        {
#endif
        st->p_bpf_noise_buf_32 = NULL;
#ifdef HARMONIZE_2583_open_decoder_LPD
        }
#endif
    }
    ELSE
    {
        st->p_bpf_noise_buf = st->bpf_noise_buf;
        move32();
#ifdef HARMONIZE_2583_open_decoder_LPD
        IF( GT_16( st->element_mode, EVS_MONO ) )
        {
#endif
        st->p_bpf_noise_buf_32 = st->bpf_noise_buf_32;
        move32();
#ifdef HARMONIZE_2583_open_decoder_LPD
        }
#endif
    }
    test();
    test();