Commit ed31c72d authored by Manuel Jander's avatar Manuel Jander
Browse files

Remove change of L_shl_sat/L_shl which is not supposed to be part of the merge request.

parent 9e037c39
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -930,7 +930,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_sat( L_g0, 14 ) );
    g0 = extract_h( L_shl( L_g0, 14 ) );

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