Commit 8967e2e1 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent cfde21ec
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3893,7 +3893,7 @@ ivas_error ivas_osba_render_sf_fx(
    Word32 *p_output[]              /* o  : rendered time signal                      */
);

#ifdef FIX_189_OBJ_EDITING_API
#ifdef FIX_1849_OBJ_EDITING_API
void ivas_osba_stereo_add_channels_fx(
    Word32 *tc_fx[],                    /* i  : transport channels                */
    Word32 *output_fx[],                /* i/o: output channels                   */
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@
#define NONBE_FIX_981_PARAMBIN_DEFAULT_EARLY_PART             /* Nokia: Set default early part energy correction to unity for BINAURAL_ROOM_REVERB */
#define NONBE_FIX_1174_MCMASA_LBR_LOOP_ERROR            /* Nokia: Fix issue 1174 by removing the unnecessary inner loop causing problems. */

#define FIX_189_OBJ_EDITING_API
#define FIX_1849_OBJ_EDITING_API

/* #################### End BASOP porting switches ############################ */

+1 −1
Original line number Diff line number Diff line
@@ -2230,7 +2230,7 @@ ivas_error ivas_jbm_dec_render_fx(
                ivas_ism_render_sf_fx( st_ivas, st_ivas->renderer_type, p_output_fx, *nSamplesRendered );

                /* add already rendered SBA part */
#ifdef FIX_189_OBJ_EDITING_API
#ifdef FIX_1849_OBJ_EDITING_API
                ivas_osba_stereo_add_channels_fx( p_tc_fx, p_output_fx, 1, nchan_out, st_ivas->nchan_ism, st_ivas->ism_mode, *nSamplesRendered );
#else
                FOR( n = 0; n < nchan_out; n++ )
+10 −10
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ ivas_error ivas_osba_render_sf_fx(
}


#ifdef FIX_189_OBJ_EDITING_API
#ifdef FIX_1849_OBJ_EDITING_API
/*-------------------------------------------------------------------------*
 * ivas_osba_stereo_add_channels()
 *