Commit 1a059657 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

use swb_bwe_enc_fx from 9b193cb8, deactivate file from 5400, fix error

parent 3001dc29
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5277,8 +5277,8 @@ static void EstimateSHBGainShape_fx(
                sig = mult_r( oriSHB[j + k], subwin[k + 1] ); /* Q_oriSHB */
#ifdef ISSUE_1867_replace_overflow_libenc
                oriNrg = L_mac0_sat( oriNrg, sig, sig ); /* 2* Q_oriSHB */ //??sat
                synNrg = L_mac0_sat( synNrg, sig, sig ); /* 2* Q_oriSHB */ //??sat
                sig = mult_r( synSHB[j + k], subwin[k + 1] );              /* Q_oriSHB */
                synNrg = L_mac0_sat( synNrg, sig, sig ); /* 2* Q_oriSHB */ //??sat
#else
                oriNrg = L_mac0_o( oriNrg, sig, sig, &Overflow );                                                                                                    /* 2* Q_oriSHB */
                sig = mult_r( synSHB[j + k], subwin[k + 1] );                                                                                                        /* Q_oriSHB */