Commit a1b9ac2e authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_ISSUE_2594_FALSE_COMMENT

parent afb95fbf
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_2594_FALSE_COMMENT                    /* FhG: basop issue 2594: fixing false comments about Q value*/
#define FIX_ISSUE_2616_BOUNDARY_CONDITION               /* FhG: basop issue 2616: Inconsistent boundary conditions in function stereo_dft_dequantize_res_gains*/
#define FIX_ISSUE_2613_WRONG_COMP_MACRO                 /* FhG: basop issue 2613: Inconsistent comparison macros in function tdm_SCh_LSF_intra_pred_fx*/
#define FIX_ISSUE_2611_WRONG_COMMENT                    /* FhG: basop issue 2611: Wrong Q value comment in fucntion stereo_dft_sg_recovery_fx()*/
+0 −8
Original line number Diff line number Diff line
@@ -436,19 +436,11 @@ void stereo_tca_scale_R_channel_fx(
            move32();
            BREAK;
        case 32000:
#ifndef FIX_ISSUE_2594_FALSE_COMMENT
            winSlope_fx = 13421773; // 0.00625 in Q30
#else
            winSlope_fx = 13421773; // 0.00625 in Q31
#endif // !FIX_ISSUE_2594_FALSE_COMMENT
            move32();
            BREAK;
        case 48000:
#ifndef FIX_ISSUE_2594_FALSE_COMMENT
            winSlope_fx = 8947849; // 0.00416 in Q30
#else
            winSlope_fx = 8947849; // 0.00416 in Q31
#endif // !FIX_ISSUE_2594_FALSE_COMMENT

            move32();
            BREAK;