Loading lib_dec/ivas_lfe_plc.c +2 −1 Original line number Diff line number Diff line Loading @@ -259,8 +259,9 @@ static int16_t lfeplc_lev_dur( float buf[TCXLTP_LTP_ORDER]; float *rc; /* reflection coefficients 0,...,m-1 */ float s, at, err; float a[LFE_PLC_LPCORD + 1] = { 0.0f }; float a[LFE_PLC_LPCORD + 1]; set_f( a, 0.f, LFE_PLC_LPCORD + 1 ); set_f( a_out, 0.f, LFE_PLC_LPCORD + 1 ); rc = &buf[0]; a[0] = 1.f; Loading Loading
lib_dec/ivas_lfe_plc.c +2 −1 Original line number Diff line number Diff line Loading @@ -259,8 +259,9 @@ static int16_t lfeplc_lev_dur( float buf[TCXLTP_LTP_ORDER]; float *rc; /* reflection coefficients 0,...,m-1 */ float s, at, err; float a[LFE_PLC_LPCORD + 1] = { 0.0f }; float a[LFE_PLC_LPCORD + 1]; set_f( a, 0.f, LFE_PLC_LPCORD + 1 ); set_f( a_out, 0.f, LFE_PLC_LPCORD + 1 ); rc = &buf[0]; a[0] = 1.f; Loading