Commit 4116a06e authored by Manuel Jander's avatar Manuel Jander
Browse files

Increase headroom of mem_decim16k_fx to avoid crash.

parent 31e11f74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -758,7 +758,7 @@ ivas_error pre_proc_front_ivas_fx(
    st->Q_max[i] = shift;
    move16();
#ifdef NONBE_FIX_ISSUE_2206
    *Q_new = s_min( *Q_new, st->q_mem_decim16k_fx + 2 );
    *Q_new = s_min( *Q_new, st->q_mem_decim16k_fx + 1 );
#endif
    *Q_new = add( *Q_new, Q_inp_const );
    move16();