Commit 206a3dfb authored by Brown, Stefanie's avatar Brown, Stefanie
Browse files

Linux instrumentation fixes

parent 3e240144
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -171,7 +171,8 @@ ivas_error ivas_sba_dec_reconfigure(
    {
#endif
        int16_t sba_order_internal;
        SPAR_DEC_HANDLE hSpar = st_ivas->hSpar;
        SPAR_DEC_HANDLE hSpar;
        hSpar = st_ivas->hSpar;

        sba_order_internal = min( st_ivas->sba_analysis_order, IVAS_MAX_SBA_ORDER );

+1 −1
Original line number Diff line number Diff line
@@ -879,7 +879,7 @@ void ivas_sba_dirac_stereo_dec(

    /* DFT Stereo upmix */
    stereo_dft_dec( hStereoDft, hCPE->hCoreCoder[0], DFT, NULL, NULL, 1 /*st_ivas->sba_dirac_stereo_flag*/, sba_mono_flag,
                    ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hMdDec : 0,
                    ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hMdDec : NULL,
                    ( st_ivas->hSpar != NULL && !mcmasa ) ? st_ivas->hSpar->hFbMixer->cross_fade_start_offset : 0,
                    st_ivas->hDecoderConfig->output_Fs, st_ivas->nchan_transport );