Commit e9ed6057 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

clang patch

parent 3ad19ded
Loading
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -7217,8 +7217,7 @@ void synthesise_fb_high_band_fx(
#ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic
            1, // IsUpsampled3
#endif
            excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_1_fx
        );
            excitation_in_interp3, &exp_tmp, tmp, bpf_memory, bpf_memory_Q, full_band_bpf_1_fx );
    }
    temp1 = sum2_fx_mod( tmp, L_FRAME48k );

+10 −8
Original line number Diff line number Diff line
@@ -7479,8 +7479,10 @@ 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_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2
    , 1 // IsUpsampled3
    , 1 // isIVAS
                                     ,
                                     1 // IsUpsampled3
                                     ,
                                     1 // isIVAS
#endif
        );
    }