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

formatting

parent 7fb8ffb3
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -392,7 +392,6 @@ static ivas_error DefaultBSplineModel(
    modelITD = &( HrFiltSet_p->ModelParamsITD );



    /* Set ROM flag for correct deallocation */
    model->modelROM = TRUE;

+0 −2
Original line number Diff line number Diff line
@@ -653,5 +653,3 @@ void ivas_reverb_interpolate_acoustic_data(

    return;
}

+0 −2
Original line number Diff line number Diff line
@@ -121,8 +121,6 @@ ivas_error ivas_reverb_prepare_cldfb_params(
}




/*-----------------------------------------------------------------------------------------*
 * Function ivas_reverb_set_energies()
 *
+3 −6
Original line number Diff line number Diff line
@@ -2490,10 +2490,8 @@ static ivas_error updateSbaPanGains(
    input_sba *inputSba,
    const AUDIO_CONFIG outConfig,
    RENDER_CONFIG_DATA *hRendCfg,
    IVAS_DEC_HRTF_CREND_HANDLE hMixconv
    ,
    IVAS_DEC_HRTF_STATISTICS_HANDLE hHrtfStatistics
)
    IVAS_DEC_HRTF_CREND_HANDLE hMixconv,
    IVAS_DEC_HRTF_STATISTICS_HANDLE hHrtfStatistics )
{
    ivas_error error;
    AUDIO_CONFIG inConfig;
@@ -2692,8 +2690,7 @@ static ivas_error setRendInputActiveMasa(
    const AUDIO_CONFIG inConfig,
    const IVAS_REND_InputId id,
    RENDER_CONFIG_DATA *hRendCfg,
    hrtf_handles *hrtfs
)
    hrtf_handles *hrtfs )
{
    ivas_error error;
    rendering_context rendCtx;
+2 −4
Original line number Diff line number Diff line
@@ -840,8 +840,6 @@ void destroy_td_hrtf(

        free( ( *hHrtf )->ModelEval.hrfModL );
        free( ( *hHrtf )->ModelEval.hrfModR );


    }

    ivas_HRTF_binary_close( hHrtf );
+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading