Loading lib_dec/ivas_sba_dirac_stereo_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1615,10 +1615,10 @@ void ivas_sba_dirac_stereo_dec_fx( ivas_sba_dirac_stereo_upmix_hb( hb_synth_stereo, hSCE->save_hb_synth_fx, hb_gain, output_frame, ( ( NE_16( st_ivas->ivas_format, SBA_FORMAT ) && NE_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) ) || mcmasa ), sba_mono_flag, hSCE->hCoreCoder[0]->bwidth, hStereoDft ); /* add HB to ACELP core */ v_add_fx( output[0], hb_synth_stereo[0], output[0], output_frame ); /*q*/ v_add_fx_no_hdrm( output[0], hb_synth_stereo[0], output[0], output_frame ); /*q*/ IF( !sba_mono_flag ) { v_add_fx( output[1], hb_synth_stereo[1], output[1], output_frame ); /*q*/ v_add_fx_no_hdrm( output[1], hb_synth_stereo[1], output[1], output_frame ); /*q*/ /* apply TD Stereo Filling as is done in ICBWE */ test(); Loading Loading
lib_dec/ivas_sba_dirac_stereo_dec_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1615,10 +1615,10 @@ void ivas_sba_dirac_stereo_dec_fx( ivas_sba_dirac_stereo_upmix_hb( hb_synth_stereo, hSCE->save_hb_synth_fx, hb_gain, output_frame, ( ( NE_16( st_ivas->ivas_format, SBA_FORMAT ) && NE_16( st_ivas->ivas_format, SBA_ISM_FORMAT ) ) || mcmasa ), sba_mono_flag, hSCE->hCoreCoder[0]->bwidth, hStereoDft ); /* add HB to ACELP core */ v_add_fx( output[0], hb_synth_stereo[0], output[0], output_frame ); /*q*/ v_add_fx_no_hdrm( output[0], hb_synth_stereo[0], output[0], output_frame ); /*q*/ IF( !sba_mono_flag ) { v_add_fx( output[1], hb_synth_stereo[1], output[1], output_frame ); /*q*/ v_add_fx_no_hdrm( output[1], hb_synth_stereo[1], output[1], output_frame ); /*q*/ /* apply TD Stereo Filling as is done in ICBWE */ test(); Loading