Commit e88b6206 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_2283_Q_CLDFB

parent cc03ad70
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -96,7 +96,6 @@

#define FIX_2448_RENDERER_MSAN_ERROR                    /* FhG: basop issue 2448: fix MSAN error with MSA rendering */
#define FIX_2283_ISM_MD_DELAY                           /* Dolby: Fix ISM metadata delay round-off */
#define FIX_2283_Q_CLDFB                                /* FhG: Fix Q format issue in CLDFB */
#define FIX_2283_ACCU_CLDFB                             /* FhG: Fix to consider Q-format differences in accumulateCLDFBArrayToBuffer_fx() */
#define FIX_1530_Codec_Level_Harmonization_Non_diegetic_panning /* FhG: Adjust non-diegetic panning law to harmonize codec levels with 3GPP reference software */
#define FIX_FLOAT_1518                                  /* FhG: fix issue 1518: loudness differences in OSBA decoding to mono or stereo output */
+0 −2
Original line number Diff line number Diff line
@@ -7212,7 +7212,6 @@ static ivas_error renderIsmToSplitBinaural(
                                         num_bands,
                                         ismInput->base.ctx.pSplitRendWrapper->hCldfbHandles->cldfbAna[pos_idx + ch],
                                         &q_cldfb );
#ifdef FIX_2283_Q_CLDFB
                    /* scale re and im according to exp-q_cldfb */
                    {
                        Word32 *realBuffer_fx = &tmpBinaural_CldfbRe[BINAURAL_CHANNELS * pos_idx + ch][slot_idx][0];
@@ -7236,7 +7235,6 @@ static ivas_error renderIsmToSplitBinaural(
#endif
                        q_cldfb = exp;
                    }
#endif
                }
            }
        }