Commit f1266e46 authored by Manuel Jander's avatar Manuel Jander
Browse files

clang format

parent a89284a2
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -308,7 +308,8 @@ void wb_pre_proc_ivas_fx(
    }

#ifdef NONBE_FIX_ISSUE_2206
    IF ( st_fx->element_mode != EVS_MONO ) {
    IF( st_fx->element_mode != EVS_MONO )
    {
        /* In case of EVS, hBWE_FD->old_input_wb_fx might saturate furher below. */
        Q_wb_sp = s_min( Q_wb_sp, sub( norm_arr( hBWE_FD->old_input_wb_fx, NS2SA( 16000, DELAY_FD_BWE_ENC_NS ) ), sub( new_inp_resamp16k_q, -1 ) ) );
    }