Commit 7055f528 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_ISSUE_2611_WRONG_COMMENT

parent 117e20a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@
#define FIX_1990_SANITIZER_IN_REVERB_LOAD               /* Nokia: Fix issue part of issue 1990 by introducing missing free of structure - keep until #2059 is addressed */
#define TMP_1342_WORKAROUND_DEC_FLUSH_BROKEN_IN_SR      /* FhG: Temporary workaround for incorrect implementation of decoder flush with split rendering */
#define NONBE_1122_KEEP_EVS_MODE_UNCHANGED              /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR.  */
#define FIX_ISSUE_2611_WRONG_COMMENT                    /* FhG: basop issue 2611: Wrong Q value comment in fucntion stereo_dft_sg_recovery_fx()*/
#define FIX_BASOP_2550_TCX_ENC_MEM_UPDATE               /* FhG: fix condition in tcx_encoder_memory_update_*_fx(), bring inline with float */
#define FIX_BASOP_2620_ICBWE_GSMAPPING_DEAD_CLAMP       /* FhG: remove dead (always-overwritten) gsMapping clamp in ic_bwe_enc_gsMapping_fx; float ref has no clamp */

+0 −4
Original line number Diff line number Diff line
@@ -859,11 +859,7 @@ Word16 stereo_dft_sg_recovery_fx(
        test();
        IF( LT_32( sg_m, (Word32) 0x4CCCCCCD ) && GT_32( sg_m, (Word32) ( 0xB3333333 ) ) )
        {
#ifndef FIX_ISSUE_2611_WRONG_COMMENT
            hStereoDft->sg_mean_fx = 0; /* Q13 */
#else
            hStereoDft->sg_mean_fx = 0; /* Q31 */
#endif // !FIX_ISSUE_2611_WRONG_COMMENT
            move32();
        }
        ELSE