Loading lib_dec/ivas_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1450,7 +1450,7 @@ ivas_error ivas_core_dec( } } if (hSCE != NULL) { if (hSCE->save_synth != NULL)fixedToFloat_arrL(hSCE->save_hb_synth_fx, hSCE->save_synth, Q11, output_frame); if (hSCE->save_synth != NULL)fixedToFloat_arrL(hSCE->save_synth_fx, hSCE->save_synth, Q11, output_frame); } if (sba_dirac_stereo_flag && st->element_mode != IVAS_CPE_MDCT && !(st->core_brate == SID_2k40 && st->cng_type == FD_CNG)) { Loading Loading
lib_dec/ivas_core_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -1450,7 +1450,7 @@ ivas_error ivas_core_dec( } } if (hSCE != NULL) { if (hSCE->save_synth != NULL)fixedToFloat_arrL(hSCE->save_hb_synth_fx, hSCE->save_synth, Q11, output_frame); if (hSCE->save_synth != NULL)fixedToFloat_arrL(hSCE->save_synth_fx, hSCE->save_synth, Q11, output_frame); } if (sba_dirac_stereo_flag && st->element_mode != IVAS_CPE_MDCT && !(st->core_brate == SID_2k40 && st->cng_type == FD_CNG)) { Loading