Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,6 @@ #define FIX_431_PARAMMC_PLC_INTERPOLATOR /* FhG: Issue 431: fix missing interpolator reset for ParamMC PCL */ #define FIX_391_SBA /* Dlb: Fix for issue 391 for SBA */ #define LBR_ADAP_SMOOTHING_OPT /* FhG: Issue 436: complexity optimization of adaptive smoothing in low-bitrate SBA */ Loading lib_dec/ivas_mc_param_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -1397,9 +1397,7 @@ void ivas_param_mc_dec_read_BS( hMetadataPMC->bAttackPresent = 0; hMetadataPMC->attackIndex = 0; #ifndef JBM_TSM_ON_TCS #ifdef FIX_431_PARAMMC_PLC_INTERPOLATOR ivas_param_mc_dec_compute_interpolator( hMetadataPMC->bAttackPresent, hMetadataPMC->attackIndex, PARAM_MC_MAX_NSLOTS, hParamMC->h_output_synthesis_params.interpolator ); #endif #endif } Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,6 @@ #define FIX_431_PARAMMC_PLC_INTERPOLATOR /* FhG: Issue 431: fix missing interpolator reset for ParamMC PCL */ #define FIX_391_SBA /* Dlb: Fix for issue 391 for SBA */ #define LBR_ADAP_SMOOTHING_OPT /* FhG: Issue 436: complexity optimization of adaptive smoothing in low-bitrate SBA */ Loading
lib_dec/ivas_mc_param_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -1397,9 +1397,7 @@ void ivas_param_mc_dec_read_BS( hMetadataPMC->bAttackPresent = 0; hMetadataPMC->attackIndex = 0; #ifndef JBM_TSM_ON_TCS #ifdef FIX_431_PARAMMC_PLC_INTERPOLATOR ivas_param_mc_dec_compute_interpolator( hMetadataPMC->bAttackPresent, hMetadataPMC->attackIndex, PARAM_MC_MAX_NSLOTS, hParamMC->h_output_synthesis_params.interpolator ); #endif #endif } Loading