Loading lib_dec/ivas_mc_param_dec.c +3 −5 Original line number Diff line number Diff line Loading @@ -1396,8 +1396,10 @@ void ivas_param_mc_dec_read_BS( /* for PLC, use the saved ILDs and ICCs from the past and set the transient flag and transient position to zero */ hMetadataPMC->bAttackPresent = 0; hMetadataPMC->attackIndex = 0; #ifndef JBM_TSM_ON_TCS #ifdef FIX_431_PARAMMC_PLC_INTERPOLATOR param_mc_compute_interpolator( hMetadataPMC->bAttackPresent, hMetadataPMC->attackIndex, PARAM_MC_MAX_NSLOTS, hParamMC->h_output_synthesis_params.interpolator ); #endif #endif } Loading Loading @@ -1474,11 +1476,7 @@ void ivas_param_mc_dec_digest_tc( hParamMC->subframes_rendered = 0; ivas_jbm_dec_get_adapted_subframes( nCldfbSlots, hParamMC->subframe_nbslots, &hParamMC->nb_subframes ); /* BE Workaround */ if ( !st_ivas->bfi || st_ivas->hDecoderConfig->voip_active == 1 ) { ivas_param_mc_dec_compute_interpolator( hParamMC->hMetadataPMC->bAttackPresent, hParamMC->hMetadataPMC->attackIndex, nCldfbSlots, hParamMC->h_output_synthesis_params.interpolator ); } for ( param_band_idx = 0; param_band_idx < PARAM_MC_MAX_PARAMETER_BANDS; param_band_idx++ ) { Loading lib_dec/ivas_sba_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -178,8 +178,6 @@ ivas_error ivas_sba_dec_reconfigure( } ivas_spar_config( ivas_total_brate, sba_order_internal, &st_ivas->nchan_transport, &st_ivas->nSCE, &st_ivas->nCPE, &hSpar->core_nominal_brate, st_ivas->sid_format ); } else { Loading Loading @@ -351,7 +349,6 @@ ivas_error ivas_sba_dec_reconfigure( int16_t tc_nchan_to_allocate; int16_t tc_nchan_tc; TC_BUFFER_MODE tc_buffer_mode; int16_t sba_order_internal; tc_buffer_mode = TC_BUFFER_MODE_RENDERER; tc_nchan_tc = ivas_jbm_dec_get_num_tc_channels( st_ivas ); Loading @@ -368,7 +365,6 @@ ivas_error ivas_sba_dec_reconfigure( } else if ( st_ivas->sba_mode == SBA_MODE_SPAR ) { sba_order_internal = min( st_ivas->sba_analysis_order, IVAS_MAX_SBA_ORDER ); tc_nchan_to_allocate = ivas_sba_get_nchan_metadata( sba_order_internal ); } else Loading Loading
lib_dec/ivas_mc_param_dec.c +3 −5 Original line number Diff line number Diff line Loading @@ -1396,8 +1396,10 @@ void ivas_param_mc_dec_read_BS( /* for PLC, use the saved ILDs and ICCs from the past and set the transient flag and transient position to zero */ hMetadataPMC->bAttackPresent = 0; hMetadataPMC->attackIndex = 0; #ifndef JBM_TSM_ON_TCS #ifdef FIX_431_PARAMMC_PLC_INTERPOLATOR param_mc_compute_interpolator( hMetadataPMC->bAttackPresent, hMetadataPMC->attackIndex, PARAM_MC_MAX_NSLOTS, hParamMC->h_output_synthesis_params.interpolator ); #endif #endif } Loading Loading @@ -1474,11 +1476,7 @@ void ivas_param_mc_dec_digest_tc( hParamMC->subframes_rendered = 0; ivas_jbm_dec_get_adapted_subframes( nCldfbSlots, hParamMC->subframe_nbslots, &hParamMC->nb_subframes ); /* BE Workaround */ if ( !st_ivas->bfi || st_ivas->hDecoderConfig->voip_active == 1 ) { ivas_param_mc_dec_compute_interpolator( hParamMC->hMetadataPMC->bAttackPresent, hParamMC->hMetadataPMC->attackIndex, nCldfbSlots, hParamMC->h_output_synthesis_params.interpolator ); } for ( param_band_idx = 0; param_band_idx < PARAM_MC_MAX_PARAMETER_BANDS; param_band_idx++ ) { Loading
lib_dec/ivas_sba_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -178,8 +178,6 @@ ivas_error ivas_sba_dec_reconfigure( } ivas_spar_config( ivas_total_brate, sba_order_internal, &st_ivas->nchan_transport, &st_ivas->nSCE, &st_ivas->nCPE, &hSpar->core_nominal_brate, st_ivas->sid_format ); } else { Loading Loading @@ -351,7 +349,6 @@ ivas_error ivas_sba_dec_reconfigure( int16_t tc_nchan_to_allocate; int16_t tc_nchan_tc; TC_BUFFER_MODE tc_buffer_mode; int16_t sba_order_internal; tc_buffer_mode = TC_BUFFER_MODE_RENDERER; tc_nchan_tc = ivas_jbm_dec_get_num_tc_channels( st_ivas ); Loading @@ -368,7 +365,6 @@ ivas_error ivas_sba_dec_reconfigure( } else if ( st_ivas->sba_mode == SBA_MODE_SPAR ) { sba_order_internal = min( st_ivas->sba_analysis_order, IVAS_MAX_SBA_ORDER ); tc_nchan_to_allocate = ivas_sba_get_nchan_metadata( sba_order_internal ); } else Loading