Commit c6acb610 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Revert "temporarily swap v_add_fx with v_add_fx_no_hdrm to test overflow"

This reverts commit 7d0d2478.
parent 7d0d2478
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1600,10 +1600,10 @@ void ivas_sba_dirac_stereo_dec_fx(
        ivas_sba_dirac_stereo_upmix_hb( hb_synth_stereo, hSCE->save_hb_synth_fx, hb_gain, output_frame, ( ( NE_16( st_ivas->ivas_format, SBA_FORMAT ) && NE_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) ) || mcmasa ), sba_mono_flag, hSCE->hCoreCoder[0]->bwidth, hStereoDft );

        /* add HB to ACELP core */
        v_add_fx_no_hdrm( output[0], hb_synth_stereo[0], output[0], output_frame ); /*q*/
        v_add_fx( output[0], hb_synth_stereo[0], output[0], output_frame ); /*q*/
        IF( !sba_mono_flag )
        {
            v_add_fx_no_hdrm( output[1], hb_synth_stereo[1], output[1], output_frame ); /*q*/
            v_add_fx( output[1], hb_synth_stereo[1], output[1], output_frame ); /*q*/

            /* apply TD Stereo Filling as is done in ICBWE */
            test();