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

formatting

parent a3b7687d
Loading
Loading
Loading
Loading
Loading
+38 −36
Original line number Diff line number Diff line
@@ -1143,8 +1143,10 @@ ivas_error ivas_init_decoder_front(
     * Allocate HRTF binary handle
     *--------------------------------------------------------------------*/

    IF( st_ivas->hDecoderConfig->Opt_HRTF_binary ){
        IF( NE_32( ( error = ivas_HRTF_binary_open_fx( &( st_ivas->hHrtfTD ) ) ), IVAS_ERR_OK ) ){
    IF( st_ivas->hDecoderConfig->Opt_HRTF_binary )
    {
        IF( NE_32( ( error = ivas_HRTF_binary_open_fx( &( st_ivas->hHrtfTD ) ) ), IVAS_ERR_OK ) )
        {
            return error;
        }

+0 −1
Original line number Diff line number Diff line
@@ -1002,4 +1002,3 @@ void ivas_reverb_interpolate_energies_fx(
    return;
}
#endif
+0 −1
Original line number Diff line number Diff line
@@ -220,5 +220,4 @@ static void ivas_reverb_set_energies(
    free( avg_pwr_left_fx );
    free( avg_pwr_right_fx );
#endif

}
+2 −4
Original line number Diff line number Diff line
@@ -2912,8 +2912,7 @@ static ivas_error updateSbaPanGains(
    input_sba *inputSba,
    const AUDIO_CONFIG outConfig,
    RENDER_CONFIG_DATA *hRendCfg,
    IVAS_DEC_HRTF_CREND_HANDLE hMixconv
    ,
    IVAS_DEC_HRTF_CREND_HANDLE hMixconv,
    IVAS_DEC_HRTF_STATISTICS_HANDLE hHrtfStatistics

)
@@ -3114,8 +3113,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 −3
Original line number Diff line number Diff line
@@ -971,7 +971,6 @@ void destroy_td_hrtf(

        free( ( *hHrtf )->ModelEval.hrfModL_fx );
        free( ( *hHrtf )->ModelEval.hrfModR_fx );

    }

    ivas_HRTF_binary_close_fx( hHrtf );
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

Loading