Commit 447118dc authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for EVS BE differences

parent 352d293b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2284,7 +2284,7 @@ ivas_error acelp_core_dec_fx(
        {
            IF( EQ_16( st->element_mode, EVS_MONO ) )
            {
                hf_synth_ivas_fx( st->hBWE_zero, st->core_brate, output_frame, Aq_fx, exc2_fx, psyn_fx, synth_fx16, st->Q_exc, st->Q_syn2 );
                hf_synth_fx( st->hBWE_zero, st->core_brate, output_frame, Aq_fx, exc2_fx, psyn_fx, synth_fx16, st->Q_exc, st->Q_syn2 );
            }
            ELSE
            {