Commit af60c295 authored by Manuel Jander's avatar Manuel Jander
Browse files

Disable rescale of st->mem_wsp_enc which leads to crash and possibly is not correct.

parent d208b42c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1581,7 +1581,7 @@ ivas_error pre_proc_front_ivas_fx(
                *epsP_fx_q = add( Q_r[0], 1 );
                move16();

#ifdef NONBE_FIX_ISSUE_2206_NO
#ifdef NONBE_FIX_ISSUE_2206
                // st->mem_wsp_enc = shl( st->mem_wsp_enc, sub( 0, st->mem_wsp_q ) ); // Q0
                // move16();
#else