Loading lib_dec/ivas_core_dec_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -1086,7 +1086,6 @@ ivas_error ivas_core_dec_fx( #ifdef HARMONIZE_TBE fb_tbe_dec_fx( st, tmp_buffer_fx /*fb_exc*/, Q_white_exc, NULL, hb_synth_32_fx[n], 0, tmp_buffer_fx /*fb_synth_ref*/, Q_white_exc, output_frame ); #else fb_tbe_dec_ivas_fx( st, tmp_buffer_fx /*fb_exc*/, Q_white_exc, hb_synth_32_fx[n], 0, tmp_buffer_fx /*fb_synth_ref*/, Q_white_exc, output_frame ); #endif } Loading lib_enc/ivas_core_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -759,7 +759,7 @@ ivas_error ivas_core_enc_fx( Copy_Scale_sig_16_32_no_sat( shb_speech_fx, shb_speech_fx32, L_FRAME16k, shift ); // Q_shb_spch Q_shb_spch = add( Q_shb_spch, shift ); #endif IF( st->hBWE_FD ) // VE: to be moved to the end of swb_pre_proc_ivas_fx() IF( st->hBWE_FD ) { shift = getScaleFactor16( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k ); st->Q_old_wtda = add( st->Q_old_wtda, shift ); Loading lib_enc/swb_tbe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ void InitSWBencBuffer_ivas_fx( ELSE #endif { hBWE_TD->prev_Q_bwe_exc = 51; hBWE_TD->prev_Q_bwe_exc = 15; move16(); hBWE_TD->prev_Q_bwe_syn = 15; move16(); Loading Loading
lib_dec/ivas_core_dec_fx.c +0 −1 Original line number Diff line number Diff line Loading @@ -1086,7 +1086,6 @@ ivas_error ivas_core_dec_fx( #ifdef HARMONIZE_TBE fb_tbe_dec_fx( st, tmp_buffer_fx /*fb_exc*/, Q_white_exc, NULL, hb_synth_32_fx[n], 0, tmp_buffer_fx /*fb_synth_ref*/, Q_white_exc, output_frame ); #else fb_tbe_dec_ivas_fx( st, tmp_buffer_fx /*fb_exc*/, Q_white_exc, hb_synth_32_fx[n], 0, tmp_buffer_fx /*fb_synth_ref*/, Q_white_exc, output_frame ); #endif } Loading
lib_enc/ivas_core_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -759,7 +759,7 @@ ivas_error ivas_core_enc_fx( Copy_Scale_sig_16_32_no_sat( shb_speech_fx, shb_speech_fx32, L_FRAME16k, shift ); // Q_shb_spch Q_shb_spch = add( Q_shb_spch, shift ); #endif IF( st->hBWE_FD ) // VE: to be moved to the end of swb_pre_proc_ivas_fx() IF( st->hBWE_FD ) { shift = getScaleFactor16( st->hBWE_FD->L_old_wtda_swb_fx, L_FRAME48k ); st->Q_old_wtda = add( st->Q_old_wtda, shift ); Loading
lib_enc/swb_tbe_enc_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -608,7 +608,7 @@ void InitSWBencBuffer_ivas_fx( ELSE #endif { hBWE_TD->prev_Q_bwe_exc = 51; hBWE_TD->prev_Q_bwe_exc = 15; move16(); hBWE_TD->prev_Q_bwe_syn = 15; move16(); Loading