Commit 28df7e8a authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Apply clang format

parent b6ed1a05
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -229,7 +229,8 @@ ivas_error ivas_dirac_dec_init_binaural_data(
#ifdef HRTF_BINARY_FASTCONV
                if ( ( error = ivas_binaural_reverb_open( &hBinaural->hReverb, nBins, CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES, NULL, st_ivas->hIntSetup.output_config, output_Fs, RENDERER_BINAURAL_PARAMETRIC_ROOM, st_ivas->hHrtfFastConv
#ifdef HRTF_BINARY_PARAM
                                                          , st_ivas->hHrtfParambin
                                                          ,
                                                          st_ivas->hHrtfParambin
#endif
                                                          ) ) != IVAS_ERR_OK )
#else
@@ -244,7 +245,8 @@ ivas_error ivas_dirac_dec_init_binaural_data(
#ifdef HRTF_BINARY_FASTCONV
                if ( ( error = ivas_binaural_reverb_open( &hBinaural->hReverb, nBins, CLDFB_NO_COL_MAX, NULL, st_ivas->hIntSetup.output_config, output_Fs, RENDERER_BINAURAL_PARAMETRIC_ROOM, st_ivas->hHrtfFastConv
#ifdef HRTF_BINARY_PARAM
                                                          , st_ivas->hHrtfParambin
                                                          ,
                                                          st_ivas->hHrtfParambin
#endif
                                                          ) ) != IVAS_ERR_OK )
#else
+3 −2
Original line number Diff line number Diff line
@@ -722,7 +722,8 @@ ivas_error ivas_binRenderer_open(
                                                  RENDERER_BINAURAL_FASTCONV_ROOM,
                                                  st_ivas->hHrtfFastConv
#ifdef HRTF_BINARY_PARAM
                                                  , st_ivas->hHrtfParambin
                                                  ,
                                                  st_ivas->hHrtfParambin
#endif
                                                  ) ) != IVAS_ERR_OK )
#else
+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.