Commit 9658b77a authored by Fabian Bauer's avatar Fabian Bauer
Browse files

cleanup

parent 94981fa7
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -115,8 +115,6 @@
#define FIX_2380_HARM_GSC_GAIN_COMP_FX                  /* VA: basop issue 2380 & 2381: Fix issue when switching from CNG low energy to active content with high energy */
#define FIX_2406_FIX_GAIN_ON_INACTIVE                   /* VA: basop issue 2406: gain between 6.4 and 8kHz was too weak during inactive content with Fs=16kHz  */
#define FIX_2407_FIX_RESIDU_IVAS                        /* VA: basop 2407, Implementation issue in residu_ivas + unnecessary complexity */
#define FIX_2254_IMPROV_PRECISION_OR_COMPLEXITY_NON_BE  /* VA: Precision improvement without increasing complexity, or complexity reduction that might be not BE on the LSB */
#define FIX_2252_LP_CNG_STARTS_SID                      /* VA: issues 2251 and 2252: fix LP CNG uninitialized value in bitstream that starts with an SID */
#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 */

+0 −8
Original line number Diff line number Diff line
@@ -7165,7 +7165,6 @@ static ivas_error renderIsmToSplitBinaural(
        Copy_Quat_fx( &originalHeadRot[i], &pCombinedOrientationData->Quaternions[i] );
    }

#ifndef FIX_2283_Q_CLDFB_
    if ( outAudio.config.is_cldfb )
    {
        accumulateCLDFBArrayToBuffer_fx( tmpBinaural_CldfbRe, tmpBinaural_CldfbIm, &outAudio );
@@ -7174,13 +7173,6 @@ static ivas_error renderIsmToSplitBinaural(
    {
        accumulate2dArrayToBuffer_fx( tmpBinaural, &outAudio );
    }
#else
    IF ( !outAudio.config.is_cldfb )
    {
        accumulate2dArrayToBuffer_fx( tmpBinaural, &outAudio );
    }
#endif

    pop_wmops();

    /* Encoding to split rendering bitstream done at a higher level */