Commit f84fea7e authored by multrus's avatar multrus
Browse files

formatting

parent e11354bc
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1228,10 +1228,8 @@ ivas_error ivas_binRenderer_open(
                                                  pRoomAcoustics,
                                                  st_ivas->hDecoderConfig->output_Fs,
                                                  st_ivas->hHrtfFastConv->fastconvReverberationTimes,
                                                  st_ivas->hHrtfFastConv->fastconvReverberationEneCorrections
                                                  ,
                                                  hBinRenderer->earlyPartEneCorrection
                                                  ) ) != IVAS_ERR_OK )
                                                  st_ivas->hHrtfFastConv->fastconvReverberationEneCorrections,
                                                  hBinRenderer->earlyPartEneCorrection ) ) != IVAS_ERR_OK )
        {
            return error;
        }
+24 −29
Original line number Diff line number Diff line
@@ -1560,7 +1560,6 @@ ivas_error IVAS_DEC_PrepareRenderer(
}



/*---------------------------------------------------------------------*
 * IVAS_DEC_GetSamplesRenderer( )
 *
@@ -3042,10 +3041,8 @@ ivas_error IVAS_DEC_FeedRenderConfig(
                                                  &( hRenderConfig->roomAcoustics ),
                                                  hIvasDec->st_ivas->hDecoderConfig->output_Fs,
                                                  NULL,
                                                  NULL
                                                  ,
                                                  NULL
                                                  ) ) != IVAS_ERR_OK )
                                                  NULL,
                                                  NULL ) ) != IVAS_ERR_OK )
        {
            return error;
        }
@@ -3061,10 +3058,8 @@ ivas_error IVAS_DEC_FeedRenderConfig(
                                                  &( hRenderConfig->roomAcoustics ),
                                                  hIvasDec->st_ivas->hDecoderConfig->output_Fs,
                                                  NULL,
                                                  NULL
                                                  ,
                                                  NULL
                                                  ) ) != IVAS_ERR_OK )
                                                  NULL,
                                                  NULL ) ) != IVAS_ERR_OK )
        {
            return error;
        }
+2 −4
Original line number Diff line number Diff line
@@ -245,10 +245,8 @@ ivas_error ivas_dirac_dec_init_binaural_data(
                                                          pRoomAcoustics,
                                                          output_Fs,
                                                          ( *phHrtfParambin )->parametricReverberationTimes,
                                                          ( *phHrtfParambin )->parametricReverberationEneCorrections
                                                          ,
                                                          hDiracDecBin->earlyPartEneCorrection
                                                          ) ) != IVAS_ERR_OK )
                                                          ( *phHrtfParambin )->parametricReverberationEneCorrections,
                                                          hDiracDecBin->earlyPartEneCorrection ) ) != IVAS_ERR_OK )
                {
                    return error;
                }
+1 −2
Original line number Diff line number Diff line
@@ -1892,8 +1892,7 @@ ivas_error ivas_binaural_reverb_init(
                                                         hHrtfStatistics,
                                                         sampling_rate,
                                                         revTimes,
                                                         revEne
                                                         ) ) != IVAS_ERR_OK )
                                                         revEne ) ) != IVAS_ERR_OK )
        {
            return error;
        }
+6 −12
Original line number Diff line number Diff line
@@ -4313,10 +4313,8 @@ ivas_error IVAS_REND_FeedRenderConfig(
                                                          &( hRenderConfig->roomAcoustics ),
                                                          *pMasaInput->base.ctx.pOutSampleRate,
                                                          NULL,
                                                          NULL
                                                          ,
                                                          NULL
                                                          ) ) != IVAS_ERR_OK )
                                                          NULL,
                                                          NULL ) ) != IVAS_ERR_OK )
                {
                    return error;
                }
@@ -4332,10 +4330,8 @@ ivas_error IVAS_REND_FeedRenderConfig(
                                                          &( hRenderConfig->roomAcoustics ),
                                                          *pMasaInput->base.ctx.pOutSampleRate,
                                                          NULL,
                                                          NULL
                                                          ,
                                                          NULL
                                                          ) ) != IVAS_ERR_OK )
                                                          NULL,
                                                          NULL ) ) != IVAS_ERR_OK )
                {
                    return error;
                }
@@ -8422,10 +8418,8 @@ static ivas_error ivas_masa_ext_rend_parambin_init(
                                                          pRoomAcoustics,
                                                          output_Fs,
                                                          ( *phHrtfParambin )->parametricReverberationTimes,
                                                          ( *phHrtfParambin )->parametricReverberationEneCorrections
                                                          ,
                                                          hDiracDecBin->earlyPartEneCorrection
                                                          ) ) != IVAS_ERR_OK )
                                                          ( *phHrtfParambin )->parametricReverberationEneCorrections,
                                                          hDiracDecBin->earlyPartEneCorrection ) ) != IVAS_ERR_OK )
                {
                    return error;
                }
+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+13 −13

File changed.

Contains only whitespace changes.

Loading