Commit b1f7553b authored by Arash Azizi's avatar Arash Azizi
Browse files

Issue 2532: replacing the cx_e with cx_next_band_e to see how the pipeline reacts

parent 72f06e66
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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 );