Loading lib_dec/ivas_jbm_dec.c +62 −64 Original line number Diff line number Diff line Loading @@ -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 ); } Loading @@ -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 || Loading lib_dec/ivas_masa_dec.c +6 −7 Original line number Diff line number Diff line Loading @@ -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 ) Loading lib_dec/ivas_sba_rendering_internal.c +0 −1 Original line number Diff line number Diff line Loading @@ -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++ ) Loading lib_dec/fd_cng_dec.c +1 −1 File changed.Contains only whitespace changes. Show changes lib_dec/ivas_ism_renderer.c +2 −2 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/ivas_jbm_dec.c +62 −64 Original line number Diff line number Diff line Loading @@ -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 ); } Loading @@ -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 || Loading
lib_dec/ivas_masa_dec.c +6 −7 Original line number Diff line number Diff line Loading @@ -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 ) Loading
lib_dec/ivas_sba_rendering_internal.c +0 −1 Original line number Diff line number Diff line Loading @@ -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++ ) Loading