Loading lib_dec/lib_dec_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 ) { Loading @@ -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 ) { Loading Loading
lib_dec/lib_dec_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 ) Loading @@ -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 ) { Loading @@ -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 ) { Loading