Loading lib_dec/swb_bwe_dec_hr_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); } Loading Loading
lib_dec/swb_bwe_dec_hr_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); } Loading