Commit 9a9bad21 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

Revert "clang format patch"

This reverts commit 94f1b674.
parent 563f5f5b
Loading
Loading
Loading
Loading
+16 −18
Original line number Diff line number Diff line
@@ -7194,8 +7194,7 @@ void synthesise_fb_high_band_fx(
        /* for 16kHz ACELP core */
        elliptic_bpf_48k_generic_fx( excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_3_fx
#ifdef FIX_1439_SPEEDUP_elliptic_bpf_48k_generic_upsampledsig
                                     ,
                                     1
        , 1
#endif 
        );
    }
@@ -7204,8 +7203,7 @@ void synthesise_fb_high_band_fx(
        /* for 12.8kHz ACELP core */
        elliptic_bpf_48k_generic_fx( excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_1_fx 
#ifdef FIX_1439_SPEEDUP_elliptic_bpf_48k_generic_upsampledsig
                                     ,
                                     1
        ,1
#endif 
        );
    }
+9 −12
Original line number Diff line number Diff line
@@ -7332,8 +7332,7 @@ void fb_tbe_enc_fx(

    elliptic_bpf_48k_generic_fx( input_fhb, &exp_temp, tmp_vec, hBWE_TD->elliptic_bpf_2_48k_mem_fx, hBWE_TD->elliptic_bpf_2_48k_mem_fx_Q, full_band_bpf_2_fx 
#ifdef FIX_1439_SPEEDUP_elliptic_bpf_48k_generic_upsampledsig
                                 ,
                                 0
    ,0
#endif 
    );
    Sample_Delay_HP = NS2SA( 48000, ACELP_LOOK_NS + DELAY_FD_BWE_ENC_12k8_NS + DELAY_FIR_RESAMPL_NS ) - L_FRAME48k / 2;
@@ -7466,8 +7465,7 @@ void fb_tbe_enc_ivas_fx(
    {
        elliptic_bpf_48k_generic_fx( input_fhb_new, &exp_temp, tmp_vec, hBWE_TD->elliptic_bpf_2_48k_mem_fx, hBWE_TD->elliptic_bpf_2_48k_mem_fx_Q, full_band_bpf_2_fx 
#ifdef FIX_1439_SPEEDUP_elliptic_bpf_48k_generic_upsampledsig
                                     ,
                                     0
        ,0
#endif 
        );
    }
@@ -7475,8 +7473,7 @@ void fb_tbe_enc_ivas_fx(
    {
        elliptic_bpf_48k_generic_fx( input_fhb_new + NS2SA( 48000, DELAY_FIR_RESAMPL_NS ), &exp_temp, tmp_vec, hBWE_TD->elliptic_bpf_2_48k_mem_fx, hBWE_TD->elliptic_bpf_2_48k_mem_fx_Q, full_band_bpf_2_fx 
#ifdef FIX_1439_SPEEDUP_elliptic_bpf_48k_generic_upsampledsig
                                     ,
                                     0
        ,0
#endif 
        );
    }