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

LTV crash fix

parent 07fb06f2
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 ) )