Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,7 @@ #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()*/ /* #################### 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 @@ -98,6 +98,7 @@ #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()*/ /* #################### 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