Commit 4713fad1 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Disable new hp20 changes and LTV crash fix

parent d6f7d097
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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