Loading lib_enc/updt_enc_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ void updt_enc_fx( /* update old excitation buffer */ IF( st->element_mode > EVS_MONO ) { Word16 tmp; tmp = norm_arr( &old_exc[st->L_frame], L_EXC_MEM ); Copy_Scale_sig_nosat( &old_exc[st->L_frame], hLPDmem->old_exc, L_EXC_MEM, tmp ); hLPDmem->q_lpd_old_exc = add( hLPDmem->q_lpd_old_exc, tmp ); Loading Loading
lib_enc/updt_enc_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ void updt_enc_fx( /* update old excitation buffer */ IF( st->element_mode > EVS_MONO ) { Word16 tmp; tmp = norm_arr( &old_exc[st->L_frame], L_EXC_MEM ); Copy_Scale_sig_nosat( &old_exc[st->L_frame], hLPDmem->old_exc, L_EXC_MEM, tmp ); hLPDmem->q_lpd_old_exc = add( hLPDmem->q_lpd_old_exc, tmp ); Loading