Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -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 ################################## */ Loading lib_dec/ivas_stereo_dft_plc_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -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 ################################## */ Loading
lib_dec/ivas_stereo_dft_plc_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading