Commit 55d7e480 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_1454_FIX_STEREO_TO_FOA_JBM

parent 7bea8f83
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@
/* #################### Start NON-BE switches ############################ */
/* any switch which is non-be wrt. TS 26.251 V3.0 */

#define FIX_1454_FIX_STEREO_TO_FOA_JBM                  /* VA: issue 1454: fix buggy stereo to FOA in JBM */
#define FIX_1461_CNG_BW_SWITCHING                       /* Eri: float issue 1461: Stereo parameters are not updated when SID/NODATA forces BW to stay the same */
#define FIX_2041_SPECTRAL_GAPS_FOR_INACTIVE_FRAMES      /* FhG: Using rounding in multiplication to improve precision in cngNoiseLevel[] */
#define FIX_2264_OUT_OF_BOUND_READING_IN_LOG2_NORM_LC   /* VA: Fix issue 2264 by adding a proper safeguard in log2 and by adding a missing normalization in swb_pre_proc_ivas_fx()*/
+0 −4
Original line number Diff line number Diff line
@@ -1859,11 +1859,7 @@ ivas_error ivas_dec_render_fx(
        }
        ELSE IF( EQ_32( st_ivas->renderer_type, RENDERER_SBA_LINEAR_ENC ) )
        {
#ifdef FIX_1454_FIX_STEREO_TO_FOA_JBM
            ivas_stereo2sba_fx( p_tc_fx, p_output_fx, *nSamplesRendered );
#else
            ivas_stereo2sba_fx( p_output_fx, p_output_fx, *nSamplesRendered );
#endif
        }
    }
    ELSE IF( EQ_32( st_ivas->ivas_format, ISM_FORMAT ) )