Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ #define FIX_818_COMPLEXITY_IMPROV /* Fix for issue 818 */ #define FIX_805_VERIFICATION /* Fix for issue 805 */ #define FIX_827_HIGH_MLD /* Fix for issue 827 */ #define HP20_FIX32_RECODING /* Improved hp20 filtering code */ //#define HP20_FIX32_RECODING /* Improved hp20 filtering code */ #endif #define ISM_DISABLE #define FIX_TMP_714 Loading lib_dec/tonalMDCTconcealment_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -1505,7 +1505,11 @@ void TonalMDCTConceal_InsertNoise_ivas_fx( num = L_shr( num, 1 ); exp = add( exp, 1 ); } #ifdef BASOP_NOGLOB tmp = div_l( num, round_fx_sat( den ) ); #else tmp = div_l( num, round_fx( den ) ); #endif tmp = Sqrt16( tmp, &exp ); g = mult_r( g, tmp ); // exponent of g = exp Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ #define FIX_818_COMPLEXITY_IMPROV /* Fix for issue 818 */ #define FIX_805_VERIFICATION /* Fix for issue 805 */ #define FIX_827_HIGH_MLD /* Fix for issue 827 */ #define HP20_FIX32_RECODING /* Improved hp20 filtering code */ //#define HP20_FIX32_RECODING /* Improved hp20 filtering code */ #endif #define ISM_DISABLE #define FIX_TMP_714 Loading
lib_dec/tonalMDCTconcealment_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -1505,7 +1505,11 @@ void TonalMDCTConceal_InsertNoise_ivas_fx( num = L_shr( num, 1 ); exp = add( exp, 1 ); } #ifdef BASOP_NOGLOB tmp = div_l( num, round_fx_sat( den ) ); #else tmp = div_l( num, round_fx( den ) ); #endif tmp = Sqrt16( tmp, &exp ); g = mult_r( g, tmp ); // exponent of g = exp Loading