Commit 9bf44294 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_431_PARAMMC_PLC_INTERPOLATOR

parent fa8b10d0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */

+0 −2
Original line number Diff line number Diff line
@@ -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
    }