Commit 8add2ff5 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue 2611: creating the switch and correcting the comment.

parent 07e5f4e6
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@
#define FIX_FLOAT_1539_G192_FORMAT_SWITCH               /* VA/Nokia: reintroduce format switching for g192 bitstreams */
#define HARMONIZE_2595_reconfig_decoder_LPD             /* FhG: Harmonize reconfig_decoder_LPD with its ivas derivate */
#define HARMONIZE_2596_SetModeIndex                     /* FhG: Harmonize SetModeIndex with its ivas derivate */
#define FIX_ISSUE_2611_WRONG_COMMENT                    /* FhG: basop issue 2611: Wrong Q value comment in fucntion stereo_dft_sg_recovery_fx()*/

/* #################### End BE switches ################################## */

+4 −0
Original line number Diff line number Diff line
@@ -844,7 +844,11 @@ 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