Commit 291406b5 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

fix build errors

parent bb278924
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -923,7 +923,7 @@ static void find_enr(
    Flag Overflow = 0;
    move32();
#endif
    endif
#endif


        ptR = &data[1];     /* first real */
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ Word16 bass_pf_enc_fx(
                    tmp32 = L_msu0( 0, gain, syn[i + i_subfr - T] );
#ifdef ISSUE_1867_replace_overflow_libenc
                    tmp32 = L_msu0_sat( tmp32, gain, syn[i + i_subfr + T] );    //??sat
                    tmp16 = mac_rsat( tmp32, gain, syn[i + i_subfr] ); /* Q0 */ //`??sat
                    tmp16 = mac_r_sat( tmp32, gain, syn[i + i_subfr] ); /* Q0 */ //??sat

                    lp_error = Mpy_32_16_1( lp_error, 29491 /*0.9f Q15*/ );
                    lp_error = L_mac_sat( lp_error, tmp16, 0x1000 ); /* Q13 */ //??sat