Commit 1ab8a5a1 authored by sagnowski's avatar sagnowski
Browse files

Fix formatting

parent 87bf9864
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -630,8 +630,7 @@ RENDERER_TYPE ivas_renderer_secondary_select_fx(
    test();
    test();
    IF( EQ_32( st_ivas->ivas_format, MASA_ISM_FORMAT ) && EQ_32( st_ivas->ism_mode, ISM_MASA_MODE_DISC ) &&
         ( EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL ) || EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED ) || EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) )
    )
        ( EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL ) || EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED ) || EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) ) )
#else
    IF( EQ_32( st_ivas->ivas_format, MASA_ISM_FORMAT ) && EQ_32( st_ivas->ism_mode, ISM_MASA_MODE_DISC ) && EQ_32( output_config, IVAS_AUDIO_CONFIG_BINAURAL ) )
#endif
+41 −43
Original line number Diff line number Diff line
@@ -4975,7 +4975,6 @@ ivas_error IVAS_DEC_VoIP_GetSplitBinauralBitstream(
#endif



/*---------------------------------------------------------------------*
 * update_voip_rendered20ms( )
 *
@@ -6134,7 +6133,6 @@ static Word16 ivas_dec_split_rend_cldfb_in(
#endif



/*-------------------------------------------------------------------*
 * ivas_dec_init_split_rend()
 *
+4 −4

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+32 −32

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

Loading