Loading lib_enc/swb_tbe_enc_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -3140,8 +3140,7 @@ void swb_tbe_enc_ivas_fx( } /* this is needed as the E_LPC_lev_dur function outputs lpc in Q14 */ Word16 tmp_shift = sub( norm_s( lpc_shb_fx[0] ), 2 ); scale_sig( lpc_shb_fx, LPC_SHB_ORDER + 1, tmp_shift ); scale_sig( lpc_shb_fx, LPC_SHB_ORDER + 1, sub( norm_s( lpc_shb_fx[0] ), 2 ) ); /* Expand bandwidth of the LP coeffs */ test(); Loading Loading
lib_enc/swb_tbe_enc_fx.c +1 −2 Original line number Diff line number Diff line Loading @@ -3140,8 +3140,7 @@ void swb_tbe_enc_ivas_fx( } /* this is needed as the E_LPC_lev_dur function outputs lpc in Q14 */ Word16 tmp_shift = sub( norm_s( lpc_shb_fx[0] ), 2 ); scale_sig( lpc_shb_fx, LPC_SHB_ORDER + 1, tmp_shift ); scale_sig( lpc_shb_fx, LPC_SHB_ORDER + 1, sub( norm_s( lpc_shb_fx[0] ), 2 ) ); /* Expand bandwidth of the LP coeffs */ test(); Loading