Commit 5221abe4 authored by Manuel Jander's avatar Manuel Jander
Browse files

clang format

parent caba7aa6
Loading
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -558,7 +558,8 @@ ivas_error pre_proc_ivas_fx(
    Scale_sig( st->old_inp_16k_fx, L_INP_MEM, shift ); /* exp(st->exp_old_inp_12k8 - shift) */
    st->exp_old_inp_16k = sub( st->exp_old_inp_16k, shift );
    move16();
    IF( st->hBWE_FD != NULL ) {
    IF( st->hBWE_FD != NULL )
    {
        shift = norm_arr( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k );
        Scale_sig( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k, shift ); /* exp(st->exp_old_inp_12k8 - shift) */
        st->Q_old_wtda = add( st->Q_old_wtda, shift );