Commit c9fc1150 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'ltv_crash_fix_enc_1' into 'main'

LTV crash fix

See merge request !1289
parents 07fb06f2 cf6c5f4f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -934,7 +934,7 @@ static void Calc_st_filt_tbe_ivas_enc_fx(
    {
        L_g0 = L_mac0( L_g0, 1, abs_s( h[i] ) );
    }
    g0 = extract_h( L_shl( L_g0, 14 ) );
    g0 = extract_h( L_shl_sat( L_g0, 14 ) );

    /* Scale signal i  of 1/A(gamma1) */
    IF( GT_16( g0, 1024 ) )