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

Remove not neeeded extra headroom of Q_new.

parent 1bc2dbd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1268,7 +1268,7 @@ void ivas_compute_core_buffers_fx(
        inp_max = s_max( extract_h( max_32 ), 1 );

#ifdef NONBE_FIX_ISSUE_2206
        shift = sub( norm_s( inp_max ), sub( 1, Q_old_inp_16k ) );
        shift = sub( norm_s( inp_max ), sub( 0, Q_old_inp_16k ) );
#else
        shift = sub( norm_s( inp_max ), 1 /* headroom */ );
#endif