Loading lib_dec/ivas_init_dec_fx.c +38 −36 Original line number Diff line number Diff line Loading @@ -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; } Loading lib_rend/ivas_reverb_filter_design_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -1002,4 +1002,3 @@ void ivas_reverb_interpolate_energies_fx( return; } #endif lib_rend/ivas_reverb_utils_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -220,5 +220,4 @@ static void ivas_reverb_set_energies( free( avg_pwr_left_fx ); free( avg_pwr_right_fx ); #endif } lib_rend/lib_rend_fx.c +2 −4 Original line number Diff line number Diff line Loading @@ -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 ) Loading Loading @@ -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; Loading lib_util/hrtf_file_reader.c +2 −3 Original line number Diff line number Diff line Loading @@ -971,7 +971,6 @@ void destroy_td_hrtf( free( ( *hHrtf )->ModelEval.hrfModL_fx ); free( ( *hHrtf )->ModelEval.hrfModR_fx ); } ivas_HRTF_binary_close_fx( hHrtf ); Loading lib_util/hrtf_file_reader.h +1 −1 File changed.Contains only whitespace changes. Show changes lib_rend/ivas_reverb_fx.c +2 −2 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/ivas_init_dec_fx.c +38 −36 Original line number Diff line number Diff line Loading @@ -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; } Loading
lib_rend/ivas_reverb_filter_design_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -1002,4 +1002,3 @@ void ivas_reverb_interpolate_energies_fx( return; } #endif
lib_rend/ivas_reverb_utils_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -220,5 +220,4 @@ static void ivas_reverb_set_energies( free( avg_pwr_left_fx ); free( avg_pwr_right_fx ); #endif }
lib_rend/lib_rend_fx.c +2 −4 Original line number Diff line number Diff line Loading @@ -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 ) Loading Loading @@ -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; Loading
lib_util/hrtf_file_reader.c +2 −3 Original line number Diff line number Diff line Loading @@ -971,7 +971,6 @@ void destroy_td_hrtf( free( ( *hHrtf )->ModelEval.hrfModL_fx ); free( ( *hHrtf )->ModelEval.hrfModR_fx ); } ivas_HRTF_binary_close_fx( hHrtf ); Loading