Loading lib_enc/swb_tbe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -4997,7 +4997,7 @@ static void EstimateSHBFrameGain_ivas_fx( tmp = add( l_frame, l_shb_lahead ); FOR( ; i < tmp; i++ ) { #ifdef ISSUE_1867_replace_overflow_libenc_ #ifdef ISSUE_1867_replace_overflow_libenc sig = mult_r_sat( oriSHB[i], win_shb[l_frame + l_shb_lahead - 1 - i] ); /* Q_oriSHB */ //??sat oriNrg = L_mac0_sat( oriNrg, sig, sig ); /* 2*Q_oriSHB */ //??sat sig = round_fx_sat( Mult_32_16( mod_syn[i], win_shb[l_frame + l_shb_lahead - 1 - i] ) ); /* Q_oriSHB */ //??sat Loading Loading
lib_enc/swb_tbe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -4997,7 +4997,7 @@ static void EstimateSHBFrameGain_ivas_fx( tmp = add( l_frame, l_shb_lahead ); FOR( ; i < tmp; i++ ) { #ifdef ISSUE_1867_replace_overflow_libenc_ #ifdef ISSUE_1867_replace_overflow_libenc sig = mult_r_sat( oriSHB[i], win_shb[l_frame + l_shb_lahead - 1 - i] ); /* Q_oriSHB */ //??sat oriNrg = L_mac0_sat( oriNrg, sig, sig ); /* 2*Q_oriSHB */ //??sat sig = round_fx_sat( Mult_32_16( mod_syn[i], win_shb[l_frame + l_shb_lahead - 1 - i] ) ); /* Q_oriSHB */ //??sat Loading