Commit cf8ab748 authored by sagnowski's avatar sagnowski
Browse files

Fix build with BASOP_NOGLOB disabled

parent 00fcdd0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1038,7 +1038,7 @@ Word16 swb_bwe_dec_hr_fx( /* o : Exponent of SHB synthesis */
#ifdef BASOP_NOGLOB
                round_fx_sat(L_shl_sat(L_tilt_wb, 3)), /* Q(24+3-16) -> Q11 */
#else
                round_fx(L_s5hl(L_tilt_wb, 3)), /* Q(24+3-16) -> Q11 */
                round_fx(L_shl(L_tilt_wb, 3)), /* Q(24+3-16) -> Q11 */
#endif
                pitch, nq, Nsv, &hBWE_FD_HR->bwe_highrate_seed_fx, t_audio + NUM_NONTRANS_START_FREQ_COEF, t_audio_exp );
            }