Commit 707c2291 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

clang format patch and fix preproc cmd

parent 3ad6e7e5
Loading
Loading
Loading
Loading
Loading
+34 −35
Original line number Diff line number Diff line
@@ -6789,7 +6789,7 @@ void elliptic_bpf_48k_generic_fx(
#endif


#if defiend( FIX_1439_SPEEDUP_elliptic_bpf_48k_generic_upsampledsig ) && !defined( FIX_1439_SIMPLIFY_elliptic_bpf_48k_generic )
#if defined( FIX_1439_SPEEDUP_elliptic_bpf_48k_generic_upsampledsig ) && !defined( FIX_1439_SIMPLIFY_elliptic_bpf_48k_generic )
    test();
    IF( full_band_bpf_fx == full_band_bpf_3_fx || full_band_bpf_fx == full_band_bpf_1_fx )
    {
@@ -6905,7 +6905,6 @@ void elliptic_bpf_48k_generic_fx(
    }



    memory_fx2[0][0] = input_fx[L_FRAME48k - 4];
    memory_fx2[0][1] = input_fx[L_FRAME48k - 3];
    memory_fx2[0][2] = input_fx[L_FRAME48k - 2];