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

clang patch

parent a92d246a
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3294,7 +3294,8 @@ void synthesise_fb_high_band_fx(
    Word16 bpf_memory_Q[],
    Word16 Qout
#ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2
  , Word16 isIVAS
    ,
    Word16 isIVAS
#endif
);
+4 −3
Original line number Diff line number Diff line
@@ -7677,7 +7677,8 @@ void synthesise_fb_high_band_fx(
    Word16 bpf_memory_Q[],
    Word16 Qout
#ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2
  , Word16 isIVAS
    ,
    Word16 isIVAS
#endif
)
{
+8 −5
Original line number Diff line number Diff line
@@ -4647,9 +4647,11 @@ void fb_tbe_dec_fx(
    synthesise_fb_high_band_fx( fb_exc, Q_fb_exc, fb_synth, fb_exc_energy, ratio, st->L_frame, st->bfi, &( hBWE_TD->prev_fbbwe_ratio_fx ), hBWE_TD->fbbwe_hpf_mem_fx, hBWE_TD->fbbwe_hpf_mem_fx_Q, hb_synth_exp
#ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2
#ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2_TEST_ALLIVAS
      , 1
                                ,
                                1
#else
      , 0
                                ,
                                0
#endif
#endif
    );
@@ -4723,7 +4725,8 @@ void fb_tbe_dec_ivas_fx(
    /* FB TBE synthesis */
    synthesise_fb_high_band_fx( fb_exc, Q_fb_exc, fb_synth, fb_exc_energy, ratio, st->L_frame, st->bfi, &( hBWE_TD->prev_fbbwe_ratio_fx ), hBWE_TD->fbbwe_hpf_mem_fx, hBWE_TD->fbbwe_hpf_mem_fx_Q, hb_synth_exp
#ifdef FIX_1439_SPEEDUP_SIMPLIFY_elliptic_bpf_48k_generic_STAGE2
      , 1
                                ,
                                1
#endif
    );