Commit 006443f4 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

clang patch

parent 7d06c195
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3287,7 +3287,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
);
+5 −4
Original line number Diff line number Diff line
@@ -7398,7 +7398,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
)
{
+10 −8
Original line number Diff line number Diff line
@@ -4646,7 +4646,8 @@ void fb_tbe_dec_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
  ,0 /*isIVAS*/
                                ,
                                0 /*isIVAS*/
#endif
    );

@@ -4719,7 +4720,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
  , Word16 1 /*isIVAS*/
                                ,
                                Word16 1 /*isIVAS*/
#endif
    );