Commit 0a01289c authored by vaclav's avatar vaclav
Browse files

try revert acelp_core_dec_fx()

parent 3fcb6e83
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ ivas_error evs_dec_fx(
        IF( EQ_16( st_fx->core, ACELP_CORE ) )
        {
            /* ACELP core decoder */
#ifdef REMOVE_EVS_DUPLICATES2
#ifdef REMOVE_EVS_DUPLICATES2aa
            IF( ( error = acelp_core_dec_ivas_fx( st_fx, NULL, synth_fx, NULL, bwe_exc_extended_fx, voice_factors_fx, old_syn_12k8_16k_fx, sharpFlag, pitch_buf_fx, &unbits, &sid_bw, NULL, NULL, NULL, 0, EVS_MONO, 0, 0, 1, NULL, 1 ) ) != IVAS_ERR_OK )
#else
            IF( ( error = acelp_core_dec_fx( st_fx, NULL, synth_fx, NULL, bwe_exc_extended_fx, voice_factors_fx, old_syn_12k8_16k_fx, sharpFlag, pitch_buf_fx, &unbits, &sid_bw, NULL, NULL, NULL, 0, EVS_MONO, 0, 0, 1, NULL, 1 ) ) != IVAS_ERR_OK )