Commit 774a2fd4 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

deactivated other macro which adds oddities

parent 89ce92d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@
#define FIX_2396_CONSTANT_STRIDE_IN_TC_BUFFER           /* FhG/VA: basop issue 2396: keep TC channel pointers in one constant place during decoding and rendering */
#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_ISM_MD_DELAY                           /* Dolby: Fix ISM metadata delay round-off */
#define FIX_2283_Q_CLDFB                                /* FhG: Fix Q format issue in CLDFB */

/* ##################### End NON-BE switches ########################### */
+2 −1
Original line number Diff line number Diff line
@@ -7124,6 +7124,7 @@ static ivas_error renderIsmToSplitBinaural(
                FOR( slot_idx = 0; slot_idx < IVAS_CLDFB_NO_COL_MAX; slot_idx++ )
                {
#ifdef FIX_2283_Q_CLDFB

                    cldfbAnalysis_ts_fx_fixed_q( &tmpProcessing[ch][num_bands * slot_idx],
                                                 &tmpBinaural_CldfbRe[BINAURAL_CHANNELS * pos_idx + ch][slot_idx][0],
                                                 &tmpBinaural_CldfbIm[BINAURAL_CHANNELS * pos_idx + ch][slot_idx][0],
@@ -7142,7 +7143,7 @@ static ivas_error renderIsmToSplitBinaural(
                }
            }
#ifdef FIX_2283_Q_CLDFB
            *outAudio.pq_fact = sub( *outAudio.pq_fact, 5 );
            *outAudio.pq_fact = q_cldfb;
#endif
        }
        ELSE