Commit c56d2eba authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2479 Clang formatting patch

parent 33b110c9
Loading
Loading
Loading
Loading
Loading
+30 −29
Original line number Diff line number Diff line
@@ -350,7 +350,8 @@ static void tcx_ltp_pitch_search_fx(

    /* normalize wsp */
#ifdef FIX_2479_HARM_PITCH_GAIN
    IF(EQ_16(element_mode, EVS_MONO)) {
    IF( EQ_16( element_mode, EVS_MONO ) )
    {
        assert( len + t_max <= L_FRAME_PLUS + PIT_MAX_MAX + L_INTERPOL1 );
    }
#endif // FIX_2479_HARM_PITCH_GAIN
@@ -438,7 +439,8 @@ static void tcx_ltp_pitch_search_fx(
        }
    }
#else
    IF(NE_16(element_mode, EVS_MONO)) {
    IF( NE_16( element_mode, EVS_MONO ) )
    {
        test();
        IF( check_border_case && EQ_16( t1, t0_min ) )
        {
@@ -1043,7 +1045,6 @@ void tcx_ltp_encode_ivas_fx(
#else
                    tcx_ltp_pitch_search_fx( Top[i], &pitch_int_2[i], &pitch_fr_2[i], &pit_param_2[i], &norm_corr_2_fx[i], L_frame, wsp_fx, st->pit_min, st->pit_fr1, st->pit_fr2, st->pit_max, st->pit_res_max, 1, &border_case, element_mode );
#endif // !FIX_2479_HARM_PITCH_GAIN

                }

                IF( GT_16( norm_corr_2_fx[1], norm_corr_2_fx[0] ) )