Commit 40c020c4 authored by multrus's avatar multrus
Browse files

[cleanup] accept NON_BE_FIX_EVS_USAN_ERR_IN_WAVEADJUST

parent 8743ee4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -105,7 +105,6 @@
#define FIX_1741_REVERB_TIMES_Q_FORMAT                  /* Philips: reverberation times in Q26 format instead of Q31 */
#define FIX_1831_REVERB_REGRESSION                      /* Philips: fixes reverb regression issues  */
#define FIX_1835_REVERB_ACTIVATION                      /* FhG: Modified reverberation activation logic and corrected factEQ calculation */
#define NON_BE_FIX_EVS_USAN_ERR_IN_WAVEADJUST           /* FhG: address issue 1037 */
#define NONBE_FIX_1056_ISM_RATE_SWITCH                  /* FhG: Fix #1056: fix TC buffer udpate on a ISM rate switch */	
#define NONBE_FIX_1063_DIV_BY_ZERO_SUMNRG               /* VoiceAge: issue 1063: division by zero for angle_rot feature in the UNCLR classifier */
#define NONBE_FIX_SBA_SIGNALING_BITS_B                  /* FhG: issue 1061: option B: signal sba order additionally in OSBA */
+0 −4
Original line number Diff line number Diff line
@@ -930,7 +930,6 @@ void concealment_decode_fix(
            /* sign randomization */
            FOR( i = 0; i < N; i++ )
            {
#ifdef NON_BE_FIX_EVS_USAN_ERR_IN_WAVEADJUST
                Word16 rnd;
                rnd = own_random_fix( seed );
                IF( GE_16( rnd, 0 ) )
@@ -941,9 +940,6 @@ void concealment_decode_fix(
                {
                    sign = -1;
                }
#else
                sign = add( shl( shr( own_random_fix( seed ), 15 ), 1 ), 1 );
#endif
                if ( EQ_16( sign, -1 ) )
                {
                    invkoef[i] = L_negate( invkoef[i] );