Loading lib_enc/analy_sp_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -923,7 +923,7 @@ static void find_enr( Flag Overflow = 0; move32(); #endif endif #endif ptR = &data[1]; /* first real */ Loading lib_enc/bass_psfilter_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_enc/analy_sp_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -923,7 +923,7 @@ static void find_enr( Flag Overflow = 0; move32(); #endif endif #endif ptR = &data[1]; /* first real */ Loading
lib_enc/bass_psfilter_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading