Commit 1764ee85 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh Committed by Manuel Jander
Browse files

Fix for 3GPP issue 1361: Assert in BASOP decoder function...

Fix for 3GPP issue 1361: Assert in BASOP decoder function ivas_dirac_dec_render_sf_fx for LTV MASA bitstream

Link #1361
parent 52818ed5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -246,6 +246,7 @@ void stereo_dft_dec_reset_fx(
    move32();
    hStereoDft->frame_sid_nodata = 0;
    move16();
#ifdef MSAN_FIX
    FOR( b = 0; b < 2 * IVAS_MAX_NUM_BANDS; b++ )
    {
        FOR( i = 0; i < 2; i++ )
+2 −0
Original line number Diff line number Diff line
@@ -878,6 +878,8 @@ ivas_error ivas_dirac_alloc_mem_fx(
        move16();
        hDirACRend->h_output_synthesis_psd_state.proto_direct_buffer_f_q = Q31;
        move16();
        hDirACRend->h_output_synthesis_psd_state.proto_direct_buffer_f_q = Q31;
        move16();

        IF( hDirACRend->proto_signal_decorr_on )
        {