Commit bfff96c7 authored by Devansh Kandpal's avatar Devansh Kandpal
Browse files

Added instrumentation in lib_dec_fx.c

parent d46cbdde
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2837,6 +2837,8 @@ ivas_error IVAS_DEC_FeedRenderConfig(
    }

    /* CREND Jot reverberator */
    test();
    test();
    IF( hIvasDec->st_ivas->hCrendWrapper != NULL && hIvasDec->st_ivas->hCrendWrapper->hCrend[0] != NULL && hIvasDec->st_ivas->hCrendWrapper->hCrend[0]->hReverb != NULL )
    {
        IF( ( error = ivas_reverb_open_fx( &hIvasDec->st_ivas->hCrendWrapper->hCrend[0]->hReverb, hIvasDec->st_ivas->hHrtfStatistics, hRenderConfig, hIvasDec->st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK )
@@ -2845,6 +2847,7 @@ ivas_error IVAS_DEC_FeedRenderConfig(
        }
    }

    test();
    /* FB reverberator */
    IF( hIvasDec->st_ivas->hDiracDecBin[0] != NULL && hIvasDec->st_ivas->hDiracDecBin[0]->hReverb != NULL )
    {
@@ -2855,6 +2858,7 @@ ivas_error IVAS_DEC_FeedRenderConfig(
        }
    }

    test();
    /* Fastconv CLDFB reverberator */
    IF( hIvasDec->st_ivas->hBinRenderer != NULL && hIvasDec->st_ivas->hBinRenderer->hReverb != NULL )
    {