Loading lib_com/swb_tbe_com_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -3006,8 +3006,6 @@ void GenShapedSHBExcitation_ivas_enc_fx( #endif Word32 pow22_inv = POW_EXC16k_WHTND_FX_INV_SQRT; // Q31 move32(); pow22_inv = POW_EXC16k_WHTND_FX_INV_SQRT_IN_Q49; move32(); move32(); pow22 = POW_EXC16k_WHTND_FX; Q_pow22 = -Q6; Loading lib_enc/swb_pre_proc_fx.c +7 −0 Original line number Diff line number Diff line Loading @@ -1084,6 +1084,13 @@ void swb_pre_proc_ivas_fx( Copy( old_input_fx, hBWE_FD->L_old_wtda_swb_fx, inner_frame ); st->Q_old_wtda = st->q_inp; move16(); #ifdef HARMONIZE_TBE2 if ( st->element_mode == EVS_MONO ) { st->Q_old_wtda = 0; move16(); } #endif } /* resample 48 kHz to 32kHz */ Loading Loading
lib_com/swb_tbe_com_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -3006,8 +3006,6 @@ void GenShapedSHBExcitation_ivas_enc_fx( #endif Word32 pow22_inv = POW_EXC16k_WHTND_FX_INV_SQRT; // Q31 move32(); pow22_inv = POW_EXC16k_WHTND_FX_INV_SQRT_IN_Q49; move32(); move32(); pow22 = POW_EXC16k_WHTND_FX; Q_pow22 = -Q6; Loading
lib_enc/swb_pre_proc_fx.c +7 −0 Original line number Diff line number Diff line Loading @@ -1084,6 +1084,13 @@ void swb_pre_proc_ivas_fx( Copy( old_input_fx, hBWE_FD->L_old_wtda_swb_fx, inner_frame ); st->Q_old_wtda = st->q_inp; move16(); #ifdef HARMONIZE_TBE2 if ( st->element_mode == EVS_MONO ) { st->Q_old_wtda = 0; move16(); } #endif } /* resample 48 kHz to 32kHz */ Loading