Commit 4ee13de3 authored by bayers's avatar bayers
Browse files

clang-format

parent 59b3631f
Loading
Loading
Loading
Loading
Loading
+62 −64
Original line number Diff line number Diff line
@@ -1414,8 +1414,7 @@ ivas_error ivas_jbm_dec_render(
                if ( st_ivas->renderer_type == RENDERER_SBA_LINEAR_ENC )
                {
                    /* we still need to copy the separate channel if available  */
                    if ( st_ivas->hOutSetup.separateChannelEnabled
                    )
                    if ( st_ivas->hOutSetup.separateChannelEnabled )
                    {
                        mvr2r( st_ivas->hTcBuffer->tc[LFE_CHANNEL - 1] + offset, output[st_ivas->hOutSetup.separateChannelIndex], *nSamplesRendered );
                    }
@@ -1431,8 +1430,7 @@ ivas_error ivas_jbm_dec_render(
            }

            /* copy discrete C and TD LFE from internal TC to output  */
            if ( st_ivas->hOutSetup.separateChannelEnabled
            )
            if ( st_ivas->hOutSetup.separateChannelEnabled )
            {
                if ( output_config == IVAS_AUDIO_CONFIG_5_1 || output_config == IVAS_AUDIO_CONFIG_7_1 ||
                     output_config == IVAS_AUDIO_CONFIG_5_1_4 || output_config == IVAS_AUDIO_CONFIG_7_1_4 ||
+6 −7
Original line number Diff line number Diff line
@@ -1513,7 +1513,6 @@ ivas_error ivas_masa_dec_reconfigure(
        }



        if ( tc_nchan_transport != st_ivas->hTcBuffer->nchan_transport_jbm || tc_nchan_to_allocate != st_ivas->hTcBuffer->nchan_transport_internal || buffer_mode_new != st_ivas->hTcBuffer->tc_buffer_mode )
        {
            if ( ( error = ivas_jbm_dec_tc_buffer_reconfigure( st_ivas, buffer_mode_new, tc_nchan_transport, tc_nchan_to_allocate, tc_nchan_to_allocate, n_samples_granularity ) ) != IVAS_ERR_OK )
+0 −1
Original line number Diff line number Diff line
@@ -427,7 +427,6 @@ void ivas_ism2sba_sf(
    assert( hIsmRendererData != NULL && "hIsmRendererData not allocated!" );



    /* Init*/
    sba_num_chans = ( sba_order + 1 ) * ( sba_order + 1 );
    for ( j = 0; j < sba_num_chans; j++ )
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.