Loading lib_dec/ivas_mc_param_dec_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -1815,7 +1815,11 @@ void ivas_param_mc_dec_prepare_renderer( Scale_sig32( cx_fx, len, -Q1 ); // add one bit head room Scale_sig32( cx_next_band_fx, len, -Q1 ); // add one bit head room cx_e = add( cx_e, Q1 ); #ifndef FIX_BASOP_2532_cx_e cx_next_band_e = add(cx_e, Q1); #else cx_next_band_e = add(cx_next_band_e, Q1); #endif // !FIX_BASOP_2532_cx_e } v_add_fx( cx_fx, cx_next_band_fx, cx_fx, len ); Copy32( cx_fx, cx_next_band_fx, len ); Loading Loading
lib_dec/ivas_mc_param_dec_fx.c +5 −1 Original line number Diff line number Diff line Loading @@ -1815,7 +1815,11 @@ void ivas_param_mc_dec_prepare_renderer( Scale_sig32( cx_fx, len, -Q1 ); // add one bit head room Scale_sig32( cx_next_band_fx, len, -Q1 ); // add one bit head room cx_e = add( cx_e, Q1 ); #ifndef FIX_BASOP_2532_cx_e cx_next_band_e = add(cx_e, Q1); #else cx_next_band_e = add(cx_next_band_e, Q1); #endif // !FIX_BASOP_2532_cx_e } v_add_fx( cx_fx, cx_next_band_fx, cx_fx, len ); Copy32( cx_fx, cx_next_band_fx, len ); Loading